This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-17 20:42:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2df1914791
mariadb
/
mysql-test
/
t
/
mysql_client_test-master.opt
2 lines
63 B
Text
Raw
Normal View
History
Unescape
Escape
Bug#28386 the general log is incomplete 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
2008-02-25 11:48:02 +01:00
--log=$MYSQLTEST_VARDIR/log/master.log --log-output=FILE,TABLE
Reference in a new issue
Copy permalink