From 57096e94cf2a5fc021dabea25e04e258efa0f86f Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 15 Jun 2006 11:40:53 +0200 Subject: [PATCH 1/2] Removed stray bracket --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 026a6013180..be6f3c8eaec 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ DOT_FRM_VERSION=6 # See the libtool docs for information on how to do shared lib versions. SHARED_LIB_MAJOR_VERSION=15 SHARED_LIB_VERSION=$SHARED_LIB_MAJOR_VERSION:0:0 -} + # Set all version vars based on $VERSION. How do we do this more elegant ? # Remember that regexps needs to quote [ and ] since this is run through m4 MYSQL_NO_DASH_VERSION=`echo $VERSION | sed -e "s|[[a-z]]*-.*$||"` From ed849efcc176b4d7b500ca69cf0ee7b1ec39f8ab Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 15 Jun 2006 11:59:21 +0200 Subject: [PATCH 2/2] Fixed typo in variable name --- sql/mysqld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 851c3111a79..ad6f7401965 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -5432,7 +5432,7 @@ Disable with --skip-ndbcluster (will save memory).", (gptr*) &max_system_variables.ndb_index_stat_update_freq, 0, GET_ULONG, OPT_ARG, 20, 0, ~0L, 0, 0, 0}, #endif - {"nb-use-copying-alter-table", + {"ndb-use-copying-alter-table", OPT_NDB_USE_COPYING_ALTER_TABLE, "Force ndbcluster to always copy tables at alter table (should only be used if on-line alter table fails).", (gptr*) &global_system_variables.ndb_use_copying_alter_table,