mysql-test/r/flush_block_commit.result
correct result after bugfix sql/sql_class.cc initialize net.query_cache_query mysql-test/r/flush_block_commit.result: correct result after bugfix sql/sql_class.cc: initialize net.query_cache_query sql/sql_yacc.yy: oops
This commit is contained in:
parent
b59dc1e860
commit
70d8ae0171
@ -48,7 +48,7 @@ master-bin.000001 98
|
|||||||
commit;
|
commit;
|
||||||
show master status;
|
show master status;
|
||||||
File Position Binlog_Do_DB Binlog_Ignore_DB
|
File Position Binlog_Do_DB Binlog_Ignore_DB
|
||||||
master-bin.000001 276
|
master-bin.000001 98
|
||||||
unlock tables;
|
unlock tables;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
set autocommit=1;
|
set autocommit=1;
|
||||||
|
@ -206,6 +206,7 @@ THD::THD()
|
|||||||
net.vio=0;
|
net.vio=0;
|
||||||
#endif
|
#endif
|
||||||
net.last_error[0]=0; // If error on boot
|
net.last_error[0]=0; // If error on boot
|
||||||
|
net.query_cache_query=0; // If error on boot
|
||||||
ull=0;
|
ull=0;
|
||||||
system_thread= cleanup_done= abort_on_warning= no_warnings_for_error= 0;
|
system_thread= cleanup_done= abort_on_warning= no_warnings_for_error= 0;
|
||||||
peer_port= 0; // For SHOW PROCESSLIST
|
peer_port= 0; // For SHOW PROCESSLIST
|
||||||
|
@ -7368,6 +7368,7 @@ keyword:
|
|||||||
| TIMESTAMP_DIFF {}
|
| TIMESTAMP_DIFF {}
|
||||||
| TIME_SYM {}
|
| TIME_SYM {}
|
||||||
| TYPES_SYM {}
|
| TYPES_SYM {}
|
||||||
|
| TYPE_SYM {}
|
||||||
| UDF_RETURNS_SYM {}
|
| UDF_RETURNS_SYM {}
|
||||||
| FUNCTION_SYM {}
|
| FUNCTION_SYM {}
|
||||||
| UNCOMMITTED_SYM {}
|
| UNCOMMITTED_SYM {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user