1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/suite
Monty 6a4fe9923d Improvements for myisamchk
These changes was done as part of fixing
MDEV-36858 MariaDB MyISAM secondary indexes silently break for
           tables > 10B rows

Changes done in myisamchk:
- Tables that are checked are opened in readonly mode if --force is not
  used.
- *.MYD files will be opened in readonly mode for repair if --quick
  is used.
- Added information about check progress if --verbose is used.
- Output information about repaired/checked rows every 10000 rows instead
  of every 1000 rows. Note that this also affects aria_chk
- Store open file mode in share->index_mode and share->data_mode instead
  of in share->mode.
- Added new option --keys-active= as a simpler version of keys-used.
- Changed output for "myisamchk -dvv" to get nicer output for tables
  with 10 billion rows.
2025-09-04 18:08:39 +03:00
..
2025-04-16 03:34:40 +02:00
2025-04-26 10:47:03 +02:00
2025-07-17 09:18:18 +02:00
2025-07-17 09:18:18 +02:00
2025-07-17 09:18:18 +02:00
2025-03-26 17:09:57 +02:00
2025-08-14 22:10:45 +02:00
2025-07-17 09:18:18 +02:00
2025-07-28 18:06:31 +02:00
2025-06-04 14:09:23 +02:00
2025-06-04 14:09:23 +02:00
2025-06-04 14:09:23 +02:00
2025-07-28 18:06:31 +02:00
2025-06-04 14:09:23 +02:00
2025-09-04 18:08:39 +03:00