mariadb/tests
Alexander Barkov 9f20968169 MDEV-20261 NULL passed to String::eq, SEGV, server crash, regression in 10.4
Type_handler_xxx::Item_const_eq() can handle only non-NULL values.
The code in Item_basic_value::eq() did not take this into account.

Adding a test to detect three different combinations:
- Both values are NULLs, return true.
- Only one value is NULL, return false.
- Both values are not NULL, call Type_handler::Item_const_eq()
  to check equality.
2020-05-12 19:45:21 +04:00
..
async_queries.c Merge branch '5.5' into 10.0 2016-09-27 09:21:19 +02:00
auto_increment.res
auto_increment.tst
big_record.pl Update FSF Address 2019-05-11 21:29:06 +03:00
bug25714.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
check_async_queries.pl MWL#192: Non-blocking client API for libmysqlclient. 2011-09-20 12:49:25 +02:00
CMakeLists.txt MDEV-17592 Create MariaDB named commands/symlinks 2019-06-17 12:26:26 +02:00
connect_test.c Update FSF Address 2019-05-11 21:29:06 +03:00
consistent_snapshot.pl MWL#116: Efficient group commit: PBXT part 2010-10-15 15:42:06 +02:00
deadlock_test.c Update FSF Address 2019-05-11 21:29:06 +03:00
drop_test.pl Update FSF Address 2019-05-11 21:29:06 +03:00
export.pl Update FSF Address 2019-05-11 21:29:06 +03:00
fork2_test.pl Update FSF Address 2019-05-11 21:29:06 +03:00
fork_big.pl Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
fork_big2.pl Update FSF Address 2019-05-11 21:29:06 +03:00
function.res
function.tst
grant.pl Update FSF Address 2019-05-11 21:29:06 +03:00
grant.res
index_corrupt.pl Update FSF Address 2019-05-11 21:29:06 +03:00
insert_and_repair.pl Update FSF Address 2019-05-11 21:29:06 +03:00
insert_test.c Update FSF Address 2019-05-11 21:29:06 +03:00
list_test.c Update FSF Address 2019-05-11 21:29:06 +03:00
lock_test.pl Update FSF Address 2019-05-11 21:29:06 +03:00
lock_test.res
mail_to_db.pl This patch removes the remaining TYPE= code from MySQL. It cleans up a number of tests where it was being called still (and failing). Also I cleaned up all of the extra scripts so that they now work. 2006-02-12 13:26:30 -08:00
myisam-big-rows.tst A follow-up on WL#5154 and WL#5182: remove forgotten options. 2010-03-03 22:22:02 +03:00
mysql_client_fw.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mysql_client_test.c MDEV-20261 NULL passed to String::eq, SEGV, server crash, regression in 10.4 2020-05-12 19:45:21 +04:00
nonblock-wrappers.h After-review changes 2016-09-12 17:51:50 +02:00
pmail.pl Update FSF Address 2019-05-11 21:29:06 +03:00
rename_test.pl Update FSF Address 2019-05-11 21:29:06 +03:00
restore-lock.smack
select_test.c Update FSF Address 2019-05-11 21:29:06 +03:00
showdb_test.c Update FSF Address 2019-05-11 21:29:06 +03:00
ssl_test.c Update FSF Address 2019-05-11 21:29:06 +03:00
table_types.pl Update FSF Address 2019-05-11 21:29:06 +03:00
test_delayed_insert.pl Update FSF Address 2019-05-11 21:29:06 +03:00
thread_test.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
truncate.pl Update FSF Address 2019-05-11 21:29:06 +03:00