diff options
author | monty@hundin.mysql.fi <> | 2001-09-17 23:43:53 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-17 23:43:53 +0300 |
commit | 56cc14ab4c7cd43bbf4e39539f4c21a3d9e46808 (patch) | |
tree | 6197f5bbc2fc564444d37f990227096a4582226f /sql/handler.h | |
parent | cf80b8ae7894c21a826e800416fe7a7d3271e004 (diff) | |
download | mariadb-git-56cc14ab4c7cd43bbf4e39539f4c21a3d9e46808.tar.gz |
Added unique error for DEADLOCK
Include missing man pages into binary distribution
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h index 4ce743a5edd..a4b2ddc00e7 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -215,7 +215,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() |