summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysql_client_test-master.opt
Commit message (Collapse)AuthorAgeFilesLines
* Fixing test casesMichael Widenius2012-08-231-1/+2
| | | | Added missing system tables used in 5.6
* remove duplicate .opt with AUTH_PLUGIN_SOSergei Golubchik2012-01-131-1/+0
|
* post-merge fixes.Sergei Golubchik2011-07-021-2/+1
| | | | | most tests pass. 5.3 merge is next
* Bug #11766854 addendum : Georgi Kodinov2011-03-181-1/+4
| | | | | Fixed test suite failures when the auth plugin is not compiled in.
* Bug#28386 the general log is incompleteunknown2008-02-251-1/+1
| | | | | | | | | | | | | | | The problem is that the commands COM_STMT_CLOSE, COM_STMT_RESET, COM_STMT_SEND_LONG_DATA weren't being logged to the general log. The solution is to log the general log the aforementioned commands. mysql-test/t/mysql_client_test-master.opt: Also log to table. sql/sql_prepare.cc: Log COM_STMT_CLOSE, COM_STMT_RESET and COM_STMT_SEND_LONG_DATA. tests/mysql_client_test.c: Add test case for Bug#28386
* Tell mysqld where to put the log fileunknown2006-11-281-1/+1
|
* More merging assistence.unknown2006-05-021-0/+1
Logging behavior changed in early 5.1. (The filename was never right, but the "opt" file is unnecessary in 5.0 anyway.) mysql-test/t/mysql_client_test-master.opt: Logging behavior changed in early 5.1.