1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00
Files
mariadb/sql
unknown 444fc1ce98 WL# 1728 Handler: use scanReadExclusive for scan update and delete
sql/ha_ndbcluster.cc:
  Modified next_result to process fetched records cached in NdbApi before asking NDB for more. 
  It should also NoCommit any pending operations before contacting NDB again.
  Added utility function define_read_attrs to set the fields that should be read.
sql/ha_ndbcluster.h:
  Add function define_read_attrs, used to set the fields to read
  Add get_nd_lock_type funciton ,to convert MySQL lock type to NDB lock type
  Always compile filtered scan function even if it's not used yet.
  Add variable ops_pending to keep track of "pending" update/delete operations.
2004-05-10 14:12:28 +02:00
..
2004-04-05 13:56:05 +03:00
2004-04-15 09:14:14 +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-15 09:22:29 +02:00
2004-04-07 04:33:58 +03:00
2004-04-10 01:14:32 +03:00
2004-04-03 11:13:51 +03:00
2004-03-04 23:18:54 +01:00
2004-04-05 13:56:05 +03:00
2004-04-05 13:56:05 +03:00
2004-03-04 08:50:37 +02:00
2004-01-20 20:55:47 +04:00
2004-03-04 17:52:06 +04:00
2004-04-07 16:20:46 +02:00
2004-04-26 15:53:31 +03:00
2004-03-05 19:49:50 +02:00
2004-04-15 09:14:14 +02:00
2004-04-26 15:53:31 +03:00
2004-04-09 07:12:41 +03:00
2004-03-16 22:41:30 +02: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-04-07 13:25:24 +03:00
2004-05-01 15:41:59 +02:00
2004-04-30 10:42:12 +02:00
2004-04-27 15:33:40 +03:00
2004-03-16 02:41:36 +02:00
2004-04-10 01:14:32 +03:00
2004-02-13 15:27:21 +01:00
2004-04-07 13:25:24 +03:00
2004-03-16 22:41:30 +02:00
2004-04-15 09:14:14 +02:00
2004-04-26 15:53:31 +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-04-10 01:14:32 +03:00
2004-04-08 00:19:43 +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-03-05 19:49:50 +02:00
2004-03-19 14:35:00 +04:00
2004-04-15 09:14:14 +02:00
2004-04-15 09:14:14 +02:00
2004-04-10 01:14:32 +03:00
2004-04-26 21:07:14 +02:00