diff options
author | unknown <petr@mysql.com> | 2006-03-06 21:03:17 +0300 |
---|---|---|
committer | unknown <petr@mysql.com> | 2006-03-06 21:03:17 +0300 |
commit | 5fd44f2cc63a634c72d2e32dce4341fedf998544 (patch) | |
tree | 4375d3aca653977a2ee427891ba60e3faf4a5799 /mysql-test/t/log_tables-master.opt | |
parent | f2de9e820e0adb920b9801928977f46f4cf5ca78 (diff) | |
download | mariadb-git-5fd44f2cc63a634c72d2e32dce4341fedf998544.tar.gz |
Fix Bug#17600: Invalid data logged into mysql.slow_log
Recommit with post-review fixes.
mysql-test/r/log_tables.result:
update result
mysql-test/t/log_tables.test:
add a test
sql/log.cc:
Fix NULL handling in log tables
storage/csv/ha_tina.cc:
Explicitly check fo NULLs, when writing a row.
We should not hope, that the null field was
cleaned up.
Though usually we do call Field::reset() or
restore_row(), before calling Field::set_null(),
this depency is neither documented nor enforced
by other means.
mysql-test/t/log_tables-master.opt:
New BitKeeper file ``mysql-test/t/log_tables-master.opt''
Diffstat (limited to 'mysql-test/t/log_tables-master.opt')
-rw-r--r-- | mysql-test/t/log_tables-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/log_tables-master.opt b/mysql-test/t/log_tables-master.opt new file mode 100644 index 00000000000..35ff7911705 --- /dev/null +++ b/mysql-test/t/log_tables-master.opt @@ -0,0 +1 @@ +--log-slow-queries |