1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/suite/sys_vars/t
Monty e2b2bde358 Made sql_log_slow a session variable
mysqldump:
- Added --log-queries to allow one to disable logging for the dump

sql/log_event.cc:
- Removed setting of enable_slow_log as it's not required anymore.

sql/sql_parse.cc:
- Set enable_slow_log to value of thd->variables.sql_log_slow as this will speed up tests if slow log is disabled.
- opt_log_slow_admin_statements can now only disable slow log, not enable it.

sql/sql_explain.cc:
- Minor cleanup

Other things:
- Added sql_log_slow to system variables.
- Changed opt_slow_log to global_system_variables.sql_log_slow in all files
- Updated tests to reflect changes
2014-08-09 13:22:01 +03:00
..
2011-10-19 21:45:18 +02:00
2012-03-09 08:06:59 +01:00
2012-01-13 15:50:02 +01:00
2013-09-12 21:26:15 +02:00
2012-10-18 23:33:06 +02:00
2011-11-22 18:04:38 +01:00
2011-11-22 18:04:38 +01:00
2011-11-22 18:04:38 +01:00
2009-12-22 12:05:51 +01:00
2011-10-19 21:45:18 +02:00
2011-10-19 21:45:18 +02:00
2010-09-21 11:16:20 +02:00
2012-10-01 13:15:29 +02:00
2012-10-01 13:15:29 +02:00
2012-09-27 20:09:46 +02:00
2012-09-27 20:09:46 +02:00
2012-10-01 13:15:29 +02:00
2014-01-22 15:29:36 +01:00
2010-11-25 18:17:28 +01:00
2011-10-19 21:45:18 +02:00
2011-04-25 17:22:25 +02:00
2014-01-09 22:01:12 +02:00