From 56cc14ab4c7cd43bbf4e39539f4c21a3d9e46808 Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Mon, 17 Sep 2001 23:43:53 +0300 Subject: Added unique error for DEADLOCK Include missing man pages into binary distribution --- sql/handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/handler.h') 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() -- cgit v1.2.1