summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authormskold/marty@mysql.com/linux.site <>2007-01-03 15:32:29 +0100
committermskold/marty@mysql.com/linux.site <>2007-01-03 15:32:29 +0100
commit9a0dd00d89f3e2e2279b730c3b71e0fb4a88cfcf (patch)
tree730db7e1477ec8086283da9f887d09267f4ff810 /sql/sql_class.cc
parenta4e84daa7f22498be33021a6049d6e8c8cdfc34f (diff)
parent82723332432eedae70bd22659b1b3845068ac171 (diff)
downloadmariadb-git-9a0dd00d89f3e2e2279b730c3b71e0fb4a88cfcf.tar.gz
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index b89ab90fc8f..c91ecdf2402 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -290,9 +290,6 @@ 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;
if (variables.sql_mode & MODE_NO_BACKSLASH_ESCAPES)