1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge 5.0-opt -> 5.1-opt

This commit is contained in:
gkodinov/kgeorge@magare.gmz
2007-11-23 13:40:53 +02:00
parent 784b5d7b72
commit 5a4feb17cd
3 changed files with 103 additions and 2 deletions

View File

@ -2162,7 +2162,7 @@ int SQL_SELECT::test_quick_select(THD *thd, key_map keys_to_use,
if (!keys_to_use.is_clear_all())
{
#ifndef EMBEDDED_LIBRARY // Avoid compiler warning
char buff[STACK_BUFF_ALLOC];
uchar buff[STACK_BUFF_ALLOC];
#endif
MEM_ROOT alloc;
SEL_TREE *tree= NULL;