1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-06 05:42:06 +03:00
Files
mariadb/mysql-test/t
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-07-18 15:00:45 +03:00
2008-03-17 14:26:00 +03:00
2008-02-06 17:55:04 +01:00
2008-11-21 17:32:45 +04:00
2008-11-14 13:48:01 +04:00
2008-09-05 13:36:02 +05:00
2008-12-27 04:05:16 +02:00
2008-10-06 08:37:52 -04:00
2008-09-18 11:32:54 +02:00
2008-04-30 14:49:37 +02:00
2008-10-10 18:28:41 +03:00
2008-11-14 13:48:01 +04:00
2008-07-21 11:20:03 +02:00
2008-02-25 21:18:50 +01:00
2008-02-25 21:18:50 +01:00
2008-01-25 16:05:15 -08:00
2008-04-08 20:01:20 +04:00
2008-07-03 23:41:22 +04:00
2008-12-09 12:29:33 +02:00
2008-08-15 16:42:29 -04:00
2008-09-30 10:41:30 +05:00
2008-12-27 04:05:16 +02:00
2008-10-10 18:28:41 +03:00
2008-07-15 18:43:25 +02:00
2008-07-15 18:43:25 +02:00
2008-04-08 20:01:20 +04:00
2008-08-28 12:54:50 +03:00
2008-09-09 20:52:38 +05:00
2008-11-17 19:43:10 +04:00
2008-12-09 12:29:33 +02:00
2008-06-27 20:56:41 +05:00
2008-10-17 11:49:23 +03:00