mariadb/storage
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
..
archive Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
blackhole MDEV-11094: Blackhole table updates on slave fail when row annotation is enabled 2019-05-29 17:35:29 +05:30
cassandra Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
connect Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
csv Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
example Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
federated Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
federatedx Remove unused declarations 2019-04-03 19:46:34 +03:00
heap Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
innobase MDEV-19614 SET GLOBAL innodb_ deadlock due to LOCK_global_system_variables 2019-05-28 10:54:30 +03:00
maria Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mroonga Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
myisam Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
myisammrg Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
oqgraph Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
perfschema Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sequence Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sphinx MDEV-16544 - crash in ha_sphinx::create() 2018-08-04 22:53:16 +01:00
spider Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
test_sql_discovery Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
tokudb MDEV-15734 - calculation inside sizeof() warning 2019-05-30 19:52:31 +04:00
xtradb MDEV-19614 SET GLOBAL innodb_ deadlock due to LOCK_global_system_variables 2019-05-28 10:54:30 +03:00