mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
few compile-time bugs fixed
include/mysql.h: fixed compile-time bug sql/sql_class.cc: fixed compile-time bug sql/sql_class.h: fixed compile-time bug
This commit is contained in:
@@ -547,7 +547,7 @@ public:
|
||||
DYNAMIC_ARRAY user_var_events;
|
||||
|
||||
/* scramble - random string sent to client on handshake */
|
||||
char scramble[max(SCRAMBLE_LENGTH, SCRAMBLE_LENGTH_323)+1];
|
||||
char scramble[SCRAMBLE_LENGTH+1];
|
||||
|
||||
uint8 query_cache_type; // type of query cache processing
|
||||
bool slave_thread;
|
||||
|
||||
Reference in New Issue
Block a user