1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-23 03:54:27 +03:00
Files
mariadb/mysql-test/r
gkodinov/kgeorge@magare.gmz 01fe24cd68 Bug #31884: Assertion + crash in subquery in the SELECT clause.
Item_in_subselect's only externally callable method is val_bool().
However the nullability in the wrapper class (Item_in_optimizer) is 
established by calling the "forbidden" method val_int().

Fixed to use the correct method (val_bool() ) to establish nullability 
of Item_in_subselect in Item_in_optimizer.
2007-10-30 14:27:21 +02:00
..
2007-10-04 12:09:22 +05:00
2007-10-04 12:09:22 +05:00
2007-10-04 12:09:22 +05:00
2007-10-04 12:09:22 +05:00
2007-10-04 12:09:22 +05:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-07-23 23:35:43 -07:00
2007-07-11 18:45:35 -07:00
2007-07-06 03:43:23 +05:00
2007-08-31 16:59:07 +05:00
2007-08-13 15:46:11 +02:00
2007-06-17 22:04:01 +02:00
2007-06-21 16:55:52 +02:00
2007-09-24 12:42:44 +02:00
2007-10-16 11:16:31 -06:00
2007-10-23 21:32:30 +04:00