File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ GA 1.1.3 - 2013-03-22
28
28
authentication methods, e.g. PAM. (Bug#16520952)
29
29
- getBestRowIdentifier() now considers unique not nullable indexes in case
30
30
when primary key does not exist. (Bug#16277170)
31
+ - False value of the metadataUseInfoSchema connection option had no effect
32
+ in database metadata object.
31
33
32
34
GA 1.1.2 - 2013-01-16
33
35
- Expired password support. Connection options
Original file line number Diff line number Diff line change @@ -1221,7 +1221,7 @@ MySQL_ConnectionMetaData::MySQL_ConnectionMetaData(sql::Statement * const servic
1221
1221
server_version = proxy->get_server_version ();
1222
1222
lower_case_table_names = connection->getSessionVariable (" lower_case_table_names" );
1223
1223
1224
- connection->getClientOption (" metadata_use_info_schema " , (void *) &use_info_schema);
1224
+ connection->getClientOption (" metadataUseInfoSchema " , (void *) &use_info_schema);
1225
1225
}
1226
1226
/* }}} */
1227
1227
You can’t perform that action at this time.
0 commit comments