1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-21 06:21:35 +03:00
Files
mariadb/sql
unknown 26d2c58c59 Fixes made after running with sql-bench
sql/ha_ndbcluster.cc:
  Added new function set_primary_key_from_old_data, used from update_row to specify the primary key of the record to update.
  Simplified index_read function, to use read_range_first
  Close the active cursor if read_range_first is called on an open cursor.
  In read_range_first, map error code from HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_FILE.
  Remove call to function waitUntilReady from check_ndb_connection, this shuold remove the delay from transactions executed when node(s) are down.
sql/ha_ndbcluster.h:
  Added new function set_primary_key_from_old_data
2004-05-17 09:51:02 +02:00
..
2004-04-05 13:56:05 +03:00
2004-04-15 09:14:14 +02:00
2004-05-11 12:39:00 +02:00
2004-04-12 01:42:39 +03:00
2004-03-15 16:32:53 +04:00
2004-03-15 16:32:53 +04:00
2004-04-24 20:40:47 +03:00
2004-04-07 04:33:58 +03:00
2004-05-10 23:19:50 +02:00
2004-03-04 23:18:54 +01:00
2004-05-12 02:38:57 +03:00
2004-03-04 08:50:37 +02:00
2004-01-20 20:55:47 +04:00
2004-04-07 16:20:46 +02:00
2004-05-07 01:43:17 +03:00
2004-05-07 01:43:17 +03:00
2004-05-07 01:43:17 +03:00
2004-05-07 01:43:17 +03:00
2004-03-05 19:49:50 +02:00
2004-04-15 09:14:14 +02:00
2004-05-05 17:05:24 +03:00
2004-04-09 07:12:41 +03:00
2004-03-16 22:41:30 +02:00
2004-05-05 17:05:24 +03:00
2004-05-05 21:24:21 +03:00
2004-02-21 14:25:43 +01:00
2004-03-25 23:29:45 +02:00
2004-04-07 16:20:46 +02:00
2004-05-12 02:38:57 +03:00
2004-05-05 22:01:41 +02:00
2004-05-05 17:05:24 +03:00
2004-04-10 01:14:32 +03:00
2004-05-12 02:38:57 +03:00
2004-05-05 17:05:24 +03:00
2004-03-16 22:41:30 +02:00
2004-05-05 17:05:24 +03:00
2004-04-12 03:26:32 +03:00
2004-03-18 00:16:04 +02:00
2004-04-07 13:25:24 +03:00
2004-05-07 00:32:44 +03:00
2004-03-16 22:41:30 +02:00
2004-03-30 02:32:41 +03:00
2004-03-15 12:53:27 +02:00
2004-02-11 00:06:46 +01:00
2004-05-12 12:27:43 +03:00
2004-03-05 19:49:50 +02:00
2004-03-19 14:35:00 +04:00
2004-05-07 00:32:44 +03:00
2004-05-12 02:38:57 +03:00
2004-05-05 17:05:24 +03:00
2004-05-05 17:05:24 +03:00
2004-04-10 01:14:32 +03:00
2004-04-26 21:07:14 +02:00