1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-06 05:42:06 +03:00
Files
mariadb/mysql-test/r
Michael Widenius 7dc83c5043 Fixed bugs from my latest patch found by pushbuild:
Bug #41962 Maria: view-related test failures (insert, view, maria, trigger tests)
Added error handling for wrong update of view.
See Bug #41760 Inserting into multiple-table views is not working

mysql-test/r/delayed.result:
  Fixed test as we are now testing values before fields.
  Added new tests to test all error combinations
mysql-test/suite/maria/r/maria.result:
  Added error handling for not supported update of view.
mysql-test/suite/maria/t/maria.test:
  Added error handling for not supported update of view.
mysql-test/t/delayed.test:
  Fixed test as we are now testing values before fields.
  Added new tests to test all error combinations
sql/sql_base.cc:
  Fixed warning from valgrind
sql/sql_insert.cc:
  Don't test from which table values are in case of INSERT ... SELECT
  Run fix_fields() in values before we do it on fields.
  This is needed becasue check_view_single_update() are accessing values.
storage/maria/ma_blockrec.c:
  Don't call pagecache_delete_pages() if no pages to delete.
  This fixes a DBUG_ASSERT() error in maria_test_recovery
2009-01-09 06:11:37 +02:00
..
2008-04-01 12:29:53 +02:00
2008-03-17 14:26:00 +03:00
2008-10-02 10:56:07 +05:00
2008-03-08 01:14:56 +04:00
2008-11-21 17:32:45 +04:00
2008-09-03 13:06:03 +05:00
2008-09-30 15:32:35 -04:00
2008-11-14 13:48:01 +04:00
2008-09-05 13:36:02 +05:00
2008-11-27 12:33:04 +01:00
2008-10-02 15:08:15 +05:00
2008-12-27 04:05:16 +02:00
2008-09-18 11:32:54 +02:00
2008-10-10 18:28:41 +03:00
2008-10-10 18:28:41 +03:00
2008-07-18 15:00:45 +03:00
2008-11-14 13:48:01 +04:00
2008-02-25 21:18:50 +01:00
2008-11-04 09:36:56 +01:00
2008-08-15 16:42:29 -04:00
2008-10-10 18:28:41 +03:00
2008-10-10 18:28:41 +03:00
2008-10-10 18:28:41 +03:00
2008-10-10 18:28:41 +03:00
2008-07-03 23:41:22 +04:00
2008-04-02 00:43:17 +02:00
2008-06-17 19:05:56 -06:00
2008-03-26 20:27:23 +01:00
2008-03-25 17:48:05 -06:00
2008-09-30 10:41:30 +05:00
2008-12-27 04:05:16 +02:00
2008-04-08 20:01:20 +04:00
2008-09-09 20:52:38 +05:00
2008-11-18 13:52:03 +04:00
2008-08-26 15:22:09 +05:00
2008-06-27 20:56:41 +05:00