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:
@ -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;
|
||||
|
Reference in New Issue
Block a user