mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
low-level error messages cleanup
extra/perror.c: error messages fixups include/my_base.h: error codes fixups myisam/mi_open.c: correct error reported myisam/myisamchk.c: correct error reported myisammrg/myrg_open.c: correct error reported sql/ha_innodb.cc: correct error reported sql/ha_isam.cc: reorder table file extensions to get better error on "cannot open the table" sql/ha_myisam.cc: reorder table file extensions to get better error on "cannot open the table" sql/ha_myisammrg.cc: correct error reported sql/handler.cc: correct error reported
This commit is contained in:
parent
a29d85072d
commit
73284c9384
10 changed files with 17 additions and 12 deletions
|
|
@ -35,7 +35,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
const char **ha_isam::bas_ext() const
|
||||
{ static const char *ext[]= { ".ISD",".ISM", NullS }; return ext; }
|
||||
{ static const char *ext[]= { ".ISM",".ISD", NullS }; return ext; }
|
||||
|
||||
|
||||
int ha_isam::open(const char *name, int mode, uint test_if_locked)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue