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

Fix for bug#4488: sign-aware equality check

mysql-test/r/range.result:
  Fix for bug#4488: more tests
mysql-test/t/range.test:
  Fix for bug#4488: more tests
This commit is contained in:
unknown
2004-08-17 02:59:24 +04:00
parent b37a736110
commit 5a7dd14edf
4 changed files with 30 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public:
int compare_e_binary_string(); // compare args[0] & args[1]
int compare_e_real(); // compare args[0] & args[1]
int compare_e_int(); // compare args[0] & args[1]
int compare_e_int_diff_signedness();
int compare_e_row(); // compare args[0] & args[1]
static arg_cmp_func comparator_matrix [4][2];