From 9f7c4563f78f74999efd94768ec483d8c24c3761 Mon Sep 17 00:00:00 2001 From: "monty@tramp.mysql.fi" <> Date: Tue, 3 Oct 2000 14:18:03 +0300 Subject: First part of automatic repair of MyISAM tables. Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes --- sql/sql_class.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_class.h') diff --git a/sql/sql_class.h b/sql/sql_class.h index 9e4293c7b62..2e3f9252377 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -263,6 +263,7 @@ public: ulonglong next_insert_id,last_insert_id,current_insert_id; ha_rows select_limit,offset_limit,default_select_limit,cuted_fields, max_join_size,sent_row_count; + table_map used_tables; ulong query_id,version, inactive_timeout,options,thread_id; long dbug_thread_id; pthread_t real_id; -- cgit v1.2.1