diff options
author | monty@mashka.mysql.fi <> | 2002-07-24 19:55:08 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-07-24 19:55:08 +0300 |
commit | c702a1f8fda0814db36801b91c601329225f8030 (patch) | |
tree | 31ee919bea7e4456572b62d5ea7302dc58bc0b6a /myisam/sort.c | |
parent | 00089b8148dfc8b3e4cf2be94ec33fc51665f529 (diff) | |
download | mariadb-git-c702a1f8fda0814db36801b91c601329225f8030.tar.gz |
Removed wrong implementation of CUBE/ROLLUP
Fixed bugfix of INSERT ... SET db_name.table_name.column_name
Changed locking to external-locking
Fix client hangup for some invalid SQL queries.
Diffstat (limited to 'myisam/sort.c')
-rw-r--r-- | myisam/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/sort.c b/myisam/sort.c index faac75ea120..79d31147bfc 100644 --- a/myisam/sort.c +++ b/myisam/sort.c @@ -283,7 +283,7 @@ pthread_handler_decl(thr_find_all_keys,arg) int error; uint memavl,old_memavl,keys,sort_length; uint idx, maxbuffer; - uchar **sort_keys; + uchar **sort_keys=0; error=1; |