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

fixed cyclic reference bug

This commit is contained in:
bell@sanja.is.com.ua
2002-11-14 00:26:18 +02:00
parent 9ef972fd2c
commit 41d9311621
39 changed files with 250 additions and 40 deletions

View File

@ -259,4 +259,5 @@
#define ER_SUBSELECT_NO_1_ROW 1240
#define ER_UNKNOWN_STMT_HANDLER 1241
#define ER_CORRUPT_HELP_DB 1242
#define ER_ERROR_MESSAGES 243
#define ER_CYCLIC_REFERENCE 1243
#define ER_ERROR_MESSAGES 244