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

show symlinked directories in SHOW CREATE TABLE

This commit is contained in:
monty@narttu.mysql.fi
2003-08-23 12:25:39 +03:00
parent 5192a58140
commit e12136b468
4 changed files with 65 additions and 39 deletions

View File

@ -194,6 +194,7 @@ char* query_table_status(THD *thd,const char *db,const char *table_name);
#define MODE_SERIALIZABLE 16
#define MODE_ONLY_FULL_GROUP_BY 32
#define MODE_NO_UNSIGNED_SUBTRACTION 64
#define MODE_NO_DIR_IN_CREATE 128
#define RAID_BLOCK_SIZE 1024