mariadb/storage/tokudb
Sergey Vojtovich dd939d6f7e MDEV-15734 - calculation inside sizeof() warning
Reverted incorrect change introduced by 548d03d7.

As result is char**, third qsort() parameter must be sizeof(char*).
Not sizeof(result[0] + 2), which is same as sizeof(result[0]).
Not even sizeof(result[0]) + 2, which would cause invalid memory access.

Proper sorting is responsibility of logfilenamecompare() callback.
2019-05-30 19:52:31 +04:00
..
doc
mysql-test MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
PerconaFT MDEV-15734 - calculation inside sizeof() warning 2019-05-30 19:52:31 +04:00
tests Update FSF Address 2019-05-11 21:29:06 +03:00
tools
.clang-format 5.6.43-84.3 2019-04-26 17:02:15 +02:00
CMakeLists.txt
ha_tokudb.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb.h Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_admin.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_alter_55.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_alter_56.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_alter_common.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_mrr_maria.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_mrr_mysql.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_update.cc Update FSF Address 2019-05-11 21:29:06 +03:00
hatoku_cmp.cc Update FSF Address 2019-05-11 21:29:06 +03:00
hatoku_cmp.h Update FSF Address 2019-05-11 21:29:06 +03:00
hatoku_defines.h Update FSF Address 2019-05-11 21:29:06 +03:00
hatoku_hton.cc Update FSF Address 2019-05-11 21:29:06 +03:00
hatoku_hton.h Update FSF Address 2019-05-11 21:29:06 +03:00
tokudb.cnf
tokudb_background.cc 5.6.43-84.3 2019-04-26 17:02:15 +02:00
tokudb_background.h
tokudb_buffer.h Update FSF Address 2019-05-11 21:29:06 +03:00
tokudb_card.h Update FSF Address 2019-05-11 21:29:06 +03:00
tokudb_debug.h
tokudb_dir_cmd.cc
tokudb_dir_cmd.h
tokudb_information_schema.cc
tokudb_information_schema.h
tokudb_math.h Update FSF Address 2019-05-11 21:29:06 +03:00
tokudb_memory.h
tokudb_status.h Update FSF Address 2019-05-11 21:29:06 +03:00
tokudb_sysvars.cc 5.6.43-84.3 2019-04-26 17:02:15 +02:00
tokudb_sysvars.h 5.6.43-84.3 2019-04-26 17:02:15 +02:00
tokudb_thread.cc
tokudb_thread.h
tokudb_time.h
tokudb_txn.h
tokudb_update_fun.cc Update FSF Address 2019-05-11 21:29:06 +03:00
tokudb_vlq.h Update FSF Address 2019-05-11 21:29:06 +03:00