1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

SHOW CREATE TABLE didn't display field names in the proper charset

This commit is contained in:
bar@bar.mysql.r18.ru
2003-03-18 13:42:45 +04:00
parent 7549a76c7c
commit 0137c812dc
6 changed files with 104 additions and 2 deletions

View File

@@ -181,6 +181,7 @@ public:
CHARSET_INFO *csto);
bool append(const String &s);
bool append(const char *s,uint32 arg_length=0);
bool append(const char *s,uint32 arg_length, CHARSET_INFO *cs);
bool append(IO_CACHE* file, uint32 arg_length);
int strstr(const String &search,uint32 offset=0); // Returns offset to substring or -1
int strstr_case(const String &s,uint32 offset=0);