Commit ddd3ee8b authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua

rewritten test using loop (BUG#930)

removed unused field (now it is in variables)
parent bb12d905
This diff is collapsed.
This diff is collapsed.
...@@ -452,7 +452,6 @@ public: ...@@ -452,7 +452,6 @@ public:
/* variables.transaction_isolation is reset to this after each commit */ /* variables.transaction_isolation is reset to this after each commit */
enum_tx_isolation session_tx_isolation; enum_tx_isolation session_tx_isolation;
char scramble[9]; char scramble[9];
uint8 query_cache_type; // type of query cache processing
bool slave_thread; bool slave_thread;
bool set_query_id,locked,count_cuted_fields,some_tables_deleted; bool set_query_id,locked,count_cuted_fields,some_tables_deleted;
bool no_errors, allow_sum_func, password, fatal_error; bool no_errors, allow_sum_func, password, fatal_error;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment