Below is the list of changes that have just been committed into a local
5.1 repository of kaa. When kaa does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-01-19 11:21:01+03:00, kaa@stripped +1 -0
Fix for the bug #23814 "mysqlimport crashes"
mysqlimport.c declared the opt_use_threads variable as my_bool, but the corresponding option was defined as GET_UINT. The problem only occured on architecturs with strict alignment rules.
client/mysqlimport.c@stripped, 2007-01-19 11:20:56+03:00, kaa@stripped +1 -1
Changed the use-threads option type to GET_BOOL
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: kaa
# Host: polly.local
# Root: /tmp/maint/bug23814/my51-bug23814
--- 1.79/client/mysqlimport.c 2007-01-19 11:21:09 +03:00
+++ 1.80/client/mysqlimport.c 2007-01-19 11:21:09 +03:00
@@ -155,7 +155,7 @@ static struct my_option my_long_options[
"Load files in parallel. The argument is the number "
"of threads to use for loading data.",
(gptr*) &opt_use_threads, (gptr*) &opt_use_threads, 0,
- GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
+ GET_BOOL, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
#ifndef DONT_ALLOW_USER_CHANGE
{"user", 'u', "User for login if not current user.", (gptr*) ¤t_user,
(gptr*) ¤t_user, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
| Thread |
|---|
| • bk commit into 5.1 tree (kaa:1.2390) BUG#23814 | Alexey Kopytov | 19 Jan |