1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
This commit is contained in:
monty@work.mysql.com
2001-09-17 23:26:00 +02:00
38 changed files with 494 additions and 173 deletions

View File

@@ -216,7 +216,7 @@ public:
int ha_open(const char *name, int mode, int test_if_locked);
void update_timestamp(byte *record);
void update_auto_increment();
void print_error(int error, myf errflag);
virtual void print_error(int error, myf errflag);
uint get_dup_key(int error);
void change_table_ptr(TABLE *table_arg) { table=table_arg; }
virtual double scan_time()