1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00
Files
mariadb/mysql-test/t
unknown 4b49cbfbd4 sql_select.cc:
Fixed bug #11479.
  The JOIN::reinit method cannot call setup_tables
  after the optimization phase since this function
  removes some optimization settings for joined
  tables. E.g. it resets values of the null_row flag to 0.
subselect.result, subselect.test:
  Added a test case for bug #11479.


mysql-test/t/subselect.test:
  Added a test case for bug #11479.
mysql-test/r/subselect.result:
  Added a test case for bug #11479.
sql/sql_select.cc:
  Fixed bug #11479.
  The JOIN::reinit method cannot call setup_tables
  after the optimization phase since this function
  removes some optimization settings for joined
  tables. E.g. it resets values of the null_row flag to 0.
2005-08-15 21:33:58 -07:00
..
2005-08-02 14:27:52 +05:00
2005-08-08 13:46:13 -07:00
2005-08-04 15:25:03 +05:00
2005-08-07 03:16:15 +01:00
2005-07-31 04:28:01 -07:00
2005-07-28 21:25:05 +03:00
2005-01-30 10:24:03 +00:00
2004-11-15 17:03:54 +01:00
2005-08-15 21:33:58 -07:00
2005-08-09 00:13:49 +03:00