mariadb/storage/myisammrg
Marko Mäkelä ed21202a14 Fix GCC 10.0 -Wstringop-overflow
myrg_open(): Reduce the scope of the variable 'end' and
simplify the code.

For some reason, I got no warning for this code in the 10.2
branch, only 10.3 or later.

The ENGINE=MERGE is covered by the tests main.merge, main.merge_debug,
and main.merge-big.
2020-03-13 12:09:19 +02:00
..
mysql-test/storage_engine
CMakeLists.txt
ha_myisammrg.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha_myisammrg.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
myrg_close.c
myrg_create.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
myrg_def.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
myrg_delete.c
myrg_extra.c
myrg_info.c
myrg_locking.c
myrg_open.c Fix GCC 10.0 -Wstringop-overflow 2020-03-13 12:09:19 +02:00
myrg_panic.c
myrg_queue.c
myrg_range.c
myrg_records.c
myrg_rfirst.c
myrg_rkey.c
myrg_rlast.c
myrg_rnext.c
myrg_rnext_same.c
myrg_rprev.c
myrg_rrnd.c
myrg_rsame.c
myrg_static.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
myrg_update.c
myrg_write.c