mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
lower_case_table_names=2 (Keep case for table names) was not honored
with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109) Make net_buffer_length visible for mysql clients (Bug #4206)
This commit is contained in:
@ -59,6 +59,8 @@
|
||||
#define INADDR_NONE -1
|
||||
#endif
|
||||
|
||||
#undef net_buffer_length
|
||||
#undef max_allowed_packet
|
||||
static my_bool mysql_client_init=0;
|
||||
uint mysql_port=0;
|
||||
my_string mysql_unix_port=0;
|
||||
|
Reference in New Issue
Block a user