mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
Fixed compiler warnings
Fixed failing test innodb.innodb-autoinc.test Enabled innodb test suite mysql-test/mysql-test-run.pl: Enabled innodb test suite mysql-test/r/innodb-autoinc.result: Removed test as it exists in suite innodb mysql-test/suite/innodb/t/disabled.def: Removed innodb-autoinc mysql-test/suite/innodb/t/innodb-autoinc.test: Update to be able to run with plugin mysql-test/t/innodb-autoinc.test: Removed test as it exists in suite innodb sql/filesort.cc: Removed not used variable sql/slave.cc: Remove compiler warnings storage/pbxt/src/ha_pbxt.cc: Removed not used variable storage/xtradb/dict/dict0crea.c: Fixed compiler warning about unsigned comparison support-files/compiler_warnings.supp: Disable some not relevant warnings
This commit is contained in:
parent
9e23495b1d
commit
80ba8556e7
10 changed files with 15 additions and 1917 deletions
|
|
@ -609,7 +609,6 @@ static ha_rows find_all_keys(SORTPARAM *param, SQL_SELECT *select,
|
|||
if (error == 0)
|
||||
param->examined_rows++;
|
||||
|
||||
int rc= 0;
|
||||
if (error == 0 && (!select || select->skip_record(thd) > 0))
|
||||
{
|
||||
if (idx == param->keys)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue