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

fixed cyclic reference bug

This commit is contained in:
bell@sanja.is.com.ua
2002-11-14 00:26:18 +02:00
parent 9ef972fd2c
commit 41d9311621
39 changed files with 250 additions and 40 deletions

View File

@ -494,6 +494,7 @@ public:
uint32 query_length;
uint32 db_length;
uint select_number; //number of select (used for EXPLAIN)
uint check_loops_counter; //last id used to check loops
/* variables.transaction_isolation is reset to this after each commit */
enum_tx_isolation session_tx_isolation;
char scramble[9];