diff options
author | unknown <guilhem@gbichot4.local> | 2008-02-18 23:36:57 +0100 |
---|---|---|
committer | unknown <guilhem@gbichot4.local> | 2008-02-18 23:36:57 +0100 |
commit | ae25da10a371db0d530ccc2225a730ebc38f8db1 (patch) | |
tree | eb84c87b6b3703ffc18f62934e35f2c3a7986c4a /extra | |
parent | 41b01b7f2142159c17c0180194f1adda8857d5c6 (diff) | |
parent | 85213f6235aa344f7861cc2f9a151869e041cb9e (diff) | |
download | mariadb-git-ae25da10a371db0d530ccc2225a730ebc38f8db1.tar.gz |
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into gbichot4.local:/home/mysql_src/mysql-5.1-build-gca
client/mysqltest.c:
Auto merged
include/my_sys.h:
Auto merged
mysys/thr_lock.c:
Auto merged
sql/set_var.cc:
Auto merged
sql/sql_plugin.cc:
Auto merged
Diffstat (limited to 'extra')
-rw-r--r-- | extra/replace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/replace.c b/extra/replace.c index 9d1d8335014..9b7695eddcb 100644 --- a/extra/replace.c +++ b/extra/replace.c @@ -67,7 +67,7 @@ typedef struct st_replace { } REPLACE; typedef struct st_replace_found { - bool found; + my_bool found; char *replace_string; uint to_offset; int from_offset; |