1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00
Files
mariadb/mysys
Michael Widenius 6ae42b75b8 Fixed lock sorting and lock check issues with thr_lock that caused warnings when running test suite.
Safety check that could cause core dump when doing create table with virtual column.

mysql-test/mysql-test-run.pl:
  Show also warnings from thr_lock (which starts with just Warning, not Warning:)
mysql-test/r/lock.result:
  Added test that showed not relevant warning when using table locks.
mysql-test/t/lock.test:
  Added test that showed not relevant warning when using table locks.
mysys/thr_lock.c:
  Fixed sorting of locks.
  (Old sort code didn't handle case where TL_WRITE_CONCURRENT_INSERT must be sorted before TL_WRITE)
  Added more information to check_locks warning output.
  Fixed wrong testing of multiple different write locks for same table.
sql/item_cmpfunc.cc:
  Safety check that could cause core dump when doing create table with virtual column.
2011-06-06 16:39:06 +03:00
..
2009-10-15 23:38:29 +02:00
2010-11-30 23:11:03 +02:00
2011-05-03 19:10:10 +03:00
2010-02-04 13:39:42 +01:00
2011-02-20 18:51:43 +02:00
2009-01-15 22:27:36 +01:00
2008-01-10 13:21:53 +01:00
2006-12-23 20:17:15 +01:00
2011-05-03 19:11:39 +03:00
2006-12-23 20:17:15 +01:00
2009-05-13 08:48:00 -07:00
2009-09-08 00:50:10 +04:00
2010-08-27 17:12:44 +03:00
2010-12-29 00:47:05 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2006-12-31 01:02:27 +01:00
2006-12-23 20:17:15 +01:00
2010-08-02 12:01:24 +03:00
2011-05-02 20:58:45 +03:00
2011-05-02 20:58:45 +03:00
2006-12-23 20:17:15 +01:00
2007-03-22 20:32:07 +02:00
2009-04-25 13:05:32 +03:00
2010-05-26 21:55:40 +03:00
2011-02-20 18:51:43 +02:00
2011-02-20 18:51:43 +02:00
2010-11-30 23:11:03 +02:00
2006-12-23 20:17:15 +01:00
2010-08-14 18:44:45 +04:00
2011-05-02 20:58:45 +03:00
2010-04-28 14:52:24 +02:00
2010-12-28 19:57:23 +01:00
2006-12-23 20:17:15 +01:00
2008-06-26 08:18:28 +03:00
2010-08-02 12:01:24 +03:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2011-05-02 20:58:45 +03:00
2009-04-25 13:05:32 +03:00
2009-04-25 13:05:32 +03:00
2007-08-22 10:56:10 +03:00
2007-07-02 20:45:15 +03:00
2011-02-20 18:51:43 +02:00
2011-02-20 18:51:43 +02:00
2010-11-25 00:57:34 +02:00
2010-03-04 09:03:07 +01:00
2010-11-17 13:24:20 +01:00
2006-12-31 01:02:27 +01:00
2007-08-15 17:43:08 +04:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2011-02-20 18:51:43 +02:00
2009-01-19 16:27:49 +01:00
2008-04-21 17:43:38 +03:00