mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 21:55:33 +02:00
BUG#13406 - incorrect amount of "records deleted" in CSV.
Fallback to row-wise delete if number or rows in the table is unknown mysql-test/r/csv.result: BUG#13406 - incorrect amount of "records deleted" mysql-test/t/csv.test: BUG#13406 - incorrect amount of "records deleted" sql/examples/ha_tina.cc: BUG#13406 - incorrect amount of "records deleted". Fallback to row-wise delete if number or rows in the table is unknown sql/examples/ha_tina.h: BUG#13406 - incorrect amount of "records deleted". Fallback to row-wise delete if number or rows in the table is unknown
This commit is contained in:
parent
57ad6b20ed
commit
f2af624e45
4 changed files with 69 additions and 3 deletions
|
|
@ -48,6 +48,7 @@ class ha_tina: public handler
|
|||
tina_set *chain_ptr;
|
||||
byte chain_alloced;
|
||||
uint32 chain_size;
|
||||
bool records_is_known;
|
||||
|
||||
public:
|
||||
ha_tina(TABLE *table_arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue