summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-04-13 12:42:23 +0200
committerunknown <mskold@mysql.com>2005-04-13 12:42:23 +0200
commit9faf085b9f831e8bb77ba106d8561b0b0baafdc6 (patch)
tree0224f76d32d84b634e8b9d1f689a2161881682e9 /sql/mysqld.cc
parentcde615c9cbff404b6a6c82a1ab7a6bcb8742b88e (diff)
downloadmariadb-git-9faf085b9f831e8bb77ba106d8561b0b0baafdc6.tar.gz
Fix for bug#9813: Test 'ndb_basic': Autoincrement fails in 64 bit
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 0590333a20f..ade747ac180 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -4548,7 +4548,7 @@ Disable with --skip-ndbcluster (will save memory).",
"Specify number of autoincrement values that are prefetched.",
(gptr*) &global_system_variables.ndb_autoincrement_prefetch_sz,
(gptr*) &global_system_variables.ndb_autoincrement_prefetch_sz,
- 0, GET_INT, REQUIRED_ARG, 32, 1, 256, 0, 0, 0},
+ 0, GET_ULONG, REQUIRED_ARG, 32, 1, 256, 0, 0, 0},
{"ndb-force-send", OPT_NDB_FORCE_SEND,
"Force send of buffers to ndb immediately without waiting for "
"other threads.",