From 4e09f68e877770805e9143e94fccd2551ae3bf04 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Mar 2005 23:10:23 +0100 Subject: [PATCH 1/2] typos fixed --- sql/mysqld.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 9fd82cf21fa..82335e7d706 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -3539,8 +3539,8 @@ struct my_option my_long_options[] = {"ansi", 'a', "Use ANSI SQL syntax instead of MySQL syntax", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, {"allow-suspicious-udfs", OPT_ALLOW_SUSPICIOUS_UDFS, - "Allows to use UDF's consisting of only one symbol xxx() " - "without corresponing xxx_init() or xxx_deinit(). That also means " + "Allows use of UDFs consisting of only one symbol xxx() " + "without corresponding xxx_init() or xxx_deinit(). That also means " "that one can load any function from any library, for example exit() " "from libc.so", (gptr*) &opt_allow_suspicious_udfs, (gptr*) &opt_allow_suspicious_udfs, From 555ea37d773e1e2345df5e6eea9f6d4e48432bd0 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 4 Mar 2005 09:30:22 +0100 Subject: [PATCH 2/2] Fix for a build bug. Added a missing comma. --- myisam/mi_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myisam/mi_create.c b/myisam/mi_create.c index d07179f1799..19abb9ca745 100644 --- a/myisam/mi_create.c +++ b/myisam/mi_create.c @@ -522,7 +522,7 @@ int mi_create(const char *name,uint keys,MI_KEYDEF *keydefs, if (share.base.raid_type) { (void) fn_format(filename,name,"",MI_NAME_DEXT,2+4); - if ((dfile=my_raid_create(filename, 0, create_mode + if ((dfile=my_raid_create(filename, 0, create_mode, share.base.raid_type, share.base.raid_chunks, share.base.raid_chunksize,