mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
BUG#20975: Incorrect query result for NOT (subquery):
Add implementations of Item_func_{nop,not}_all::neg_transformer
mysql-test/r/subselect.result:
BUG#20975: testcase
mysql-test/t/subselect.test:
BUG#20975: testcase
sql/mysql_priv.h:
Make chooser_compare_func_creator visible in item.h
This commit is contained in:
@@ -387,8 +387,9 @@ enum enum_var_type
|
||||
OPT_DEFAULT, OPT_SESSION, OPT_GLOBAL
|
||||
};
|
||||
class sys_var;
|
||||
#include "item.h"
|
||||
class Comp_creator;
|
||||
typedef Comp_creator* (*chooser_compare_func_creator)(bool invert);
|
||||
#include "item.h"
|
||||
/* sql_parse.cc */
|
||||
void free_items(Item *item);
|
||||
void cleanup_items(Item *item);
|
||||
|
||||
Reference in New Issue
Block a user