diff options
author | kostja@bodhi.local <> | 2006-12-12 13:57:28 +0300 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-12-12 13:57:28 +0300 |
commit | bc6e73873d0bb4a6a2e2f5a25e642630d03bb837 (patch) | |
tree | e2983d5a19c729d791bd229e0032731aec15c933 /mysql-test/r/log_tables.result | |
parent | c24381bdaaca307148888f2cf7c223570266c4f0 (diff) | |
parent | c25429f1a6fc8333e2c3edf7490c08b5c09c09d8 (diff) | |
download | mariadb-git-bc6e73873d0bb4a6a2e2f5a25e642630d03bb837.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into bodhi.local:/opt/local/work/mysql-5.1-runtime
Diffstat (limited to 'mysql-test/r/log_tables.result')
-rw-r--r-- | mysql-test/r/log_tables.result | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/log_tables.result b/mysql-test/r/log_tables.result index 3e8b7d32e88..8264f252287 100644 --- a/mysql-test/r/log_tables.result +++ b/mysql-test/r/log_tables.result @@ -111,9 +111,6 @@ slow_log CREATE TABLE `slow_log` ( ) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='Slow log' alter table mysql.general_log engine=myisam; alter table mysql.slow_log engine=myisam; -Warnings: -Warning 1366 Incorrect integer value: '' for column 'last_insert_id' at row 0 -Warning 1366 Incorrect integer value: '' for column 'insert_id' at row 0 show create table mysql.general_log; Table Create Table general_log CREATE TABLE `general_log` ( |