mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/home/ram/work/b19690/b19690.5.0
into mysql.com:/home/ram/work/b19690/b19690.5.1
This commit is contained in:
@ -34,6 +34,7 @@ class Arg_comparator: public Sql_alloc
|
||||
arg_cmp_func func;
|
||||
Item_bool_func2 *owner;
|
||||
Arg_comparator *comparators; // used only for compare_row()
|
||||
double precision;
|
||||
|
||||
public:
|
||||
DTCollation cmp_collation;
|
||||
@ -80,6 +81,8 @@ public:
|
||||
int compare_e_int(); // compare args[0] & args[1]
|
||||
int compare_e_int_diff_signedness();
|
||||
int compare_e_row(); // compare args[0] & args[1]
|
||||
int compare_real_fixed();
|
||||
int compare_e_real_fixed();
|
||||
|
||||
static arg_cmp_func comparator_matrix [5][2];
|
||||
|
||||
|
Reference in New Issue
Block a user