1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Automerge fix: "Out of range value" error message adjusted to 5.1.

This commit is contained in:
bar@mysql.com/bar.intranet.mysql.r18.ru
2006-10-03 18:48:50 +05:00
parent 0cfb76b802
commit 9c53c7ffb1
9 changed files with 94 additions and 104 deletions

View File

@ -112,8 +112,8 @@ slow_log CREATE TABLE `slow_log` (
alter table mysql.general_log engine=myisam;
alter table mysql.slow_log engine=myisam;
Warnings:
Warning 1264 Out of range value for column 'last_insert_id' at row 0
Warning 1264 Out of range value for column 'insert_id' at row 0
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` (