mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
This commit is contained in:
0
mysql-test/t/preload.test
Executable file → Normal file
0
mysql-test/t/preload.test
Executable file → Normal file
10
mysys/tree.c
10
mysys/tree.c
@ -46,6 +46,16 @@
|
|||||||
Implemented by monty.
|
Implemented by monty.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
NOTE:
|
||||||
|
tree->compare function should be ALWAYS called as
|
||||||
|
(*tree->compare)(custom_arg, ELEMENT_KEY(tree,element), key)
|
||||||
|
and not other way around, as
|
||||||
|
(*tree->compare)(custom_arg, key, ELEMENT_KEY(tree,element))
|
||||||
|
|
||||||
|
ft_boolean_search.c (at least) relies on that.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "mysys_priv.h"
|
#include "mysys_priv.h"
|
||||||
#include <m_string.h>
|
#include <m_string.h>
|
||||||
#include <my_tree.h>
|
#include <my_tree.h>
|
||||||
|
Reference in New Issue
Block a user