mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Variable names have been renamed:
client_collation -> collation_client result_collation -> collation_results connection_collation -> collation_connection
This commit is contained in:
@@ -382,9 +382,9 @@ struct system_variables
|
||||
my_bool low_priority_updates;
|
||||
my_bool new_mode;
|
||||
|
||||
CHARSET_INFO *client_collation;
|
||||
CHARSET_INFO *connection_collation;
|
||||
CHARSET_INFO *result_collation;
|
||||
CHARSET_INFO *collation_client;
|
||||
CHARSET_INFO *collation_connection;
|
||||
CHARSET_INFO *collation_results;
|
||||
};
|
||||
|
||||
void free_tmp_table(THD *thd, TABLE *entry);
|
||||
@@ -665,7 +665,7 @@ public:
|
||||
net.report_error= 1;
|
||||
DBUG_PRINT("error",("Fatal error set"));
|
||||
}
|
||||
inline CHARSET_INFO *charset() { return variables.client_collation; }
|
||||
inline CHARSET_INFO *charset() { return variables.collation_client; }
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user