summaryrefslogtreecommitdiff
path: root/myisam/sort.c
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-04-28 19:05:57 +0300
committermonty@mashka.mysql.fi <>2003-04-28 19:05:57 +0300
commite741c893eaa7593161e55ded869557199df50fc7 (patch)
tree96d5e3ccb7f58564a76e77f8eb11b497988864dc /myisam/sort.c
parent252ba8aa61f14916471f68004967f928f3f63c66 (diff)
downloadmariadb-git-e741c893eaa7593161e55ded869557199df50fc7.tar.gz
Fix to remove compiler warnings
Diffstat (limited to 'myisam/sort.c')
-rw-r--r--myisam/sort.c2
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())