1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

bug #14573 (Error on adding auto_increment on to a column with '0' values)

This commit is contained in:
holyfoot@deer.(none)
2006-05-12 18:02:42 +05:00
parent e672bdc824
commit 034508f6ca
6 changed files with 54 additions and 12 deletions

View File

@@ -864,6 +864,7 @@ public:
virtual int ha_initialise();
int ha_open(TABLE *table, const char *name, int mode, int test_if_locked);
bool update_auto_increment();
void print_keydupp_error(uint key_nr, const char *msg);
virtual void print_error(int error, myf errflag);
virtual bool get_error_message(int error, String *buf);
uint get_dup_key(int error);