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

new function for innodb

windows case insensitive tables name work around
This commit is contained in:
bell@sanja.is.com.ua
2002-09-19 10:36:19 +03:00
parent c44c70fcfe
commit 96ebe3816f
4 changed files with 56 additions and 20 deletions

View File

@ -550,7 +550,8 @@ public:
return alloc_root(&transaction.mem_root,size);
}
void add_changed_table(TABLE *table);
CHANGED_TABLE_LIST * changed_table_dup(TABLE *table);
void add_changed_table(const char *key, long key_length);
CHANGED_TABLE_LIST * changed_table_dup(const char *key, long key_length);
};
/*