1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Variable names have been renamed:

client_collation -> collation_client
  result_collation -> collation_results
  connection_collation -> collation_connection
This commit is contained in:
bar@bar.mysql.r18.ru
2003-04-23 18:19:22 +05:00
parent 8379f5c4f9
commit 6d5f527afd
13 changed files with 116 additions and 117 deletions

View File

@ -207,7 +207,6 @@ void THD::init(void)
{
pthread_mutex_lock(&LOCK_global_system_variables);
variables= global_system_variables;
variables.client_collation= default_charset_info;
pthread_mutex_unlock(&LOCK_global_system_variables);
server_status= SERVER_STATUS_AUTOCOMMIT;
options= thd_startup_options;