mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Redefinition of myisam_bulk_insert_tree_size
Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
This commit is contained in:
@ -245,9 +245,9 @@ public:
|
||||
int get_data_size()
|
||||
{
|
||||
return q_len + db_len + 2 +
|
||||
sizeof(uint32) // thread_id
|
||||
+ sizeof(uint32) // exec_time
|
||||
+ sizeof(uint16) // error_code
|
||||
4 // thread_id
|
||||
+ 4 // exec_time
|
||||
+ 2 // error_code
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user