tracker issue : CF-3296986

select a category, or use search below
(searches all categories and all time range)
Title:

Unknown table variables in information_schema ColdFusion10 + MySQL 5.5 Enterprise

| View in Tracker

Status/Resolution/Reason: Closed/Deferred/ThirdParty

Reporter/Name(from Bugbase): / ext-user (Nimit Sharma)

Created: 07/26/2012

Components: Database, JDBC

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: 282462 /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Mac 10 All,Win 2008 Server R2 64 bit

Vote Count: 1

Problem: Unknown table variables in information_schema ColdFusion10 + MySQL 5.5 Enterprise

Environment:
Product : ColdFusion 10 Standard
Database: MySQL 5.5 Enterprise

Method: 

1. Create a datasource with MySQL 5.5 Enterprise using MySQL(DataDirect) driver.
2. Create a test.cfm page using below mentioned code :
<cfquery name="getmysqlvars" datasource="fixq">
SHOW VARIABLES;
</cfquery>
<cfdump var="#getmysqlvars#">

Result: Error Executing Database Query - Unknown table variables in information_schema

Expected:It should display all the variables listed.

Workaround:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3296986

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

Thank you Nimit for submitting this bug report for me. Kindly let me know of any status updates or workarounds. Also do you know how I can find out what version of the Data Direct Mysql Drivers are shipped with Coldfusion 10? According to their product support matrix, Version 5 of their driver supports Mysql 5.5 Enterprise and I'm not sure if that's what we're using. Thanks.
Vote by External U.
18663 | August 06, 2012 03:26:24 PM GMT
This is related to MySQL 5.5 support. We are not supporting 5.5 MySQL Enterprise server in CF 10. Take this bug when we upgrade DataDirect Drivers. OEM upgrade dev block. (Comment added from ex-user id:gtiwari)
Comment by Adobe D.
18661 | June 12, 2013 04:12:25 AM GMT
This issue is still reproducible with CF11. I have MySQL 5.5 Enterprise installed on my desktop. I will DB credentials with you.
Comment by Nimit S.
18662 | March 11, 2014 05:39:52 AM GMT