1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

moved ndb_use_transactions out of opts and to be set default true in THD::init

This commit is contained in:
unknown
2004-11-18 22:45:48 +00:00
parent f7164c732b
commit 3ef38a3732
2 changed files with 3 additions and 6 deletions

View File

@@ -280,6 +280,9 @@ void THD::init(void)
variables.date_format);
variables.datetime_format= date_time_format_copy((THD*) 0,
variables.datetime_format);
#ifdef HAVE_NDBCLUSTER_DB
variables.ndb_use_transactions= 1;
#endif
pthread_mutex_unlock(&LOCK_global_system_variables);
server_status= SERVER_STATUS_AUTOCOMMIT;
options= thd_startup_options;