1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/sql
unknown 15ecf9228a BUG#5390 - problems with merge tables
After-fix optimizations proposed and finally
implemented by Monty.


mysql-test/r/lock.result:
  BUG#5390 - problems with merge tables
  After-fix optimizations proposed and finally
  implemented by Monty.
  Additional test results.
mysql-test/t/lock.test:
  BUG#5390 - problems with merge tables
  After-fix optimizations proposed and finally
  implemented by Monty.
  Additional tests.
sql/lock.cc:
  BUG#5390 - problems with merge tables
  After-fix optimizations proposed and finally
  implemented by Monty.
  get_lock_data() gets a flag for storing the lock
  positions in the new TABLE elements.
  mysql_lock_remove() can now remove a lock faster
  and more precisely as it has needed info in TABLE now.
  mysql_unlock_read_tables() and mysql_lock_merge() must 
  now adjust the new elements of TABLE when modifying locks.
  mysql_lock_have_duplicate() can now work faster on
  the existing lock as the positions in the lock
  arrays are known for each table.
  get_lock_data() assigns the new TABLE elements 
  on request of the new flag.
sql/table.h:
  BUG#5390 - problems with merge tables
  After-fix optimizations proposed and finally
  implemented by Monty.
  Additional elements of TABLE.
2006-01-23 19:12:29 +01:00
..
2005-05-07 15:11:31 +02:00
2003-04-23 21:52:16 +03:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2005-03-03 21:13:33 +01:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2004-11-26 02:31:22 +02:00
2003-08-20 16:25:44 +03:00
2005-10-13 17:41:55 +03:00
2004-12-11 19:59:09 +03:00
2003-12-16 13:20:17 +02:00
2006-01-23 19:12:29 +01:00
2004-03-25 22:05:09 +02:00
2004-08-11 23:24:36 +01:00
2005-08-29 12:08:04 -05:00
2005-07-26 17:55:58 +03:00
2003-12-30 13:14:21 +02:00
2005-06-03 11:16:37 +02:00
2003-04-23 21:52:16 +03:00
2006-01-23 19:12:29 +01:00
2003-12-02 21:05:40 +03:00
2005-05-14 17:08:43 +03:00
2003-10-29 14:23:35 +01:00