1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge mysql.com:/home/my/mysql-4.1

into  mysql.com:/home/my/mysql-5.0
This commit is contained in:
monty@mysql.com
2005-07-28 17:09:54 +03:00
360 changed files with 846 additions and 175 deletions

View File

@ -1342,8 +1342,8 @@ void append_unescaped(String *res, const char *pos, uint length)
/* Create a .frm file */
File create_frm(THD *thd, register my_string name, const char *table,
const char *db, uint reclength, uchar *fileinfo,
File create_frm(THD *thd, my_string name, const char *db,
const char *table, uint reclength, uchar *fileinfo,
HA_CREATE_INFO *create_info, uint keys)
{
register File file;