1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL 2826: Seventh step, more fixes for error injects

Removed session variables for error injects
started using DBUG macros for error injects
This commit is contained in:
mikron@c-130be253.1238-1-64736c10.cust.bredbandsbolaget.se
2006-02-03 18:05:30 +01:00
parent da5713e486
commit edb8811f03
6 changed files with 32 additions and 36 deletions

View File

@ -186,10 +186,6 @@ struct system_variables
ha_rows max_join_size;
ulong auto_increment_increment, auto_increment_offset;
ulong bulk_insert_buff_size;
#ifdef ERROR_INJECT_SUPPORT
ulong error_inject_code;
ulong error_inject_value;
#endif
ulong join_buff_size;
ulong long_query_time;
ulong max_allowed_packet;
@ -1103,6 +1099,9 @@ public:
query_id_t query_id, warn_id;
ulong thread_id, col_access;
#ifdef ERROR_INJECT_SUPPORT
ulong error_inject_value;
#endif
/* Statement id is thread-wide. This counter is used to generate ids */
ulong statement_id_counter;
ulong rand_saved_seed1, rand_saved_seed2;