1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
This commit is contained in:
jimw@mysql.com
2004-12-03 00:39:55 +01:00
6 changed files with 45 additions and 6 deletions

View File

@@ -29,12 +29,6 @@
#include <io.h>
#endif
#define tmp_disable_binlog(A) \
ulong save_options= (A)->options; \
(A)->options&= ~OPTION_BIN_LOG;
#define reenable_binlog(A) (A)->options= save_options;
const char *primary_key_name="PRIMARY";
static bool check_if_keyname_exists(const char *name,KEY *start, KEY *end);