1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Bug#2451 ALTER doesn't result in an error on CHARACTER SET and COLLATION conflict

This commit is contained in:
unknown
2004-08-27 20:48:19 +05:00
parent 3d2e2ddd12
commit f71662695d
27 changed files with 95 additions and 18 deletions

View File

@ -318,4 +318,5 @@
#define ER_WARN_INVALID_TIMESTAMP 1299
#define ER_INVALID_CHARACTER_STRING 1300
#define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1301
#define ER_ERROR_MESSAGES 302
#define ER_CONFLICTING_DECLARATIONS 1302
#define ER_ERROR_MESSAGES 303