mariadb/storage/innobase/handler
Sergei Golubchik b66976abb4 cleanup: InnoDB, various minor issues
* fix "unused pending_checkpoint_mutex_key" compiler warning
* clarify/simplify get_field_offset()
* typos, comments
* unused (forgotten) declaration of create_options_are_invalid()
* fix my_error(ER_WRONG_KEY_COLUMN) calls
* crash in row_upd_sec_index_entry()
* double if (ret != 0)
* don't duplucate PSI_INSTRUMENT_ME lines
* useless break; after return();
* remove unused xtradb-only "cursor_read_view" stuff
* code formatting
* simplify dropped column detection
* redundant assignment
2016-12-12 20:27:41 +01:00
..
ha_innodb.cc cleanup: InnoDB, various minor issues 2016-12-12 20:27:41 +01:00
ha_innodb.h cleanup: InnoDB, various minor issues 2016-12-12 20:27:41 +01:00
ha_innopart.cc Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
ha_innopart.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
handler0alter.cc cleanup: InnoDB, various minor issues 2016-12-12 20:27:41 +01:00
handler0alter_innopart.cc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
i_s.cc cleanup: InnoDB, various minor issues 2016-12-12 20:27:41 +01:00
i_s.h MDEV-11426 Remove InnoDB INFORMATION_SCHEMA.FILES implementation 2016-12-01 13:16:25 +02:00