1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/mysql-test/t
unknown 558aeb0f0b Fix for bug #29411: deleting from a csv table leads to the table corruption
Problem: we don't adjust share->rows_recorded and local_saved_data_file_length
deleting rows from a CSV table, so following table check may fail.

Fix: properly adjust those values.


mysql-test/r/csv.result:
  Fix for bug #29411: deleting from a csv table leads to the table corruption
    - test result.
mysql-test/t/csv.test:
  Fix for bug #29411: deleting from a csv table leads to the table corruption
    - test case.
storage/csv/ha_tina.cc:
  Fix for bug #29411: deleting from a csv table leads to the table corruption
    - decrement share->rows_recorded in the ha_tina::delete_row().
    - set share->rows_recorded and local_saved_data_file_length to 0 in the 
      ha_tina::delete_all_rows().
    - adjust local_saved_data_file_length after cleaning up in the 
      ha_tina::rnd_end().
2007-07-05 11:55:06 +05:00
..
2007-05-23 15:26:16 +04:00
2007-06-29 16:52:05 +04:00
2007-06-29 16:52:05 +04:00
2007-04-10 16:55:48 +03:00
2007-07-01 11:00:29 -07:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-06-28 21:34:54 +04:00
2007-06-12 15:10:33 +03:00
2007-06-20 14:21:48 +05:00
2007-06-28 07:06:25 +02:00
2007-06-01 17:49:01 +04:00
2007-06-28 21:34:54 +04:00
2007-06-06 18:55:21 +05:00
2007-04-17 12:32:01 +02:00
2007-06-30 22:50:14 -07:00
2007-06-03 14:46:09 +04:00
2007-06-28 21:34:54 +04:00
2007-04-29 18:52:14 +05:00