diff options
author | unknown <monty@mashka.mysql.fi> | 2003-04-28 19:05:57 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-04-28 19:05:57 +0300 |
commit | 68faea2eaa718bf3fe46e1c3f328346f7fd92f7e (patch) | |
tree | 96d5e3ccb7f58564a76e77f8eb11b497988864dc /myisam | |
parent | 8a05f5c7f497ff483f711dee55d3a1e7f5fe7e6a (diff) | |
download | mariadb-git-68faea2eaa718bf3fe46e1c3f328346f7fd92f7e.tar.gz |
Fix to remove compiler warnings
include/my_global.h:
Fixed wrong #ifdef
include/violite.h:
Fix to remove compiler warning
libmysqld/libmysqld.c:
Fix to remove compiler warning
myisam/sort.c:
Fix to remove compiler warning
myisammrg/myrg_extra.c:
Fix to remove compiler warning
vio/viossl.c:
Fix to remove compiler warning
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/sort.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/myisam/sort.c b/myisam/sort.c index 224b4ad8420..95ede6ddaa1 100644 --- a/myisam/sort.c +++ b/myisam/sort.c @@ -286,6 +286,8 @@ pthread_handler_decl(thr_find_all_keys,arg) uint idx, maxbuffer; uchar **sort_keys=0; + LINT_INIT(keys); + error=1; if (my_thread_init()) |