mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Error message changed across versions.
This commit is contained in:
parent
b64f664856
commit
ec63ce2529
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ Warning 1287 The syntax 'TIMESTAMP(4294967294)' is deprecated and will be remove
|
|||
DROP TABLE b15776;
|
||||
CREATE TABLE b15776 (a timestamp(4294967295));
|
||||
Warnings:
|
||||
Warning 1287 'TIMESTAMP(4294967295)' is deprecated; use 'TIMESTAMP' instead
|
||||
Warning 1287 The syntax 'TIMESTAMP(4294967295)' is deprecated and will be removed in MySQL 5.2. Please use 'TIMESTAMP' instead
|
||||
DROP TABLE b15776;
|
||||
CREATE TABLE b15776 (a timestamp(4294967296));
|
||||
ERROR 42000: Display width out of range for column 'a' (max = 4294967295)
|
||||
|
|
Loading…
Reference in a new issue