mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
Innodb fixes:
Added back 'static inline', as not having this caused more problems than having it Fixed wrong arguments to printf() innobase/buf/buf0buf.c: Fixed wrong argument to printf() innobase/fsp/fsp0fsp.c: Fixed wrong argument to printf() innobase/include/btr0btr.h: Removed UNIV_INLINE for functions that should not be inlined innobase/include/dyn0dyn.h: Removed UNIV_INLINE for functions that should not be inlined innobase/include/univ.i: Added back 'static inline', as not having this caused more problems than having it
This commit is contained in:
parent
e2cf3f8e45
commit
dd764d999e
5 changed files with 5 additions and 5 deletions
|
|
@ -2659,7 +2659,7 @@ fseg_free_page_low(
|
|||
"InnoDB: Dump of the tablespace extent descriptor: %s\n", errbuf);
|
||||
|
||||
fprintf(stderr,
|
||||
"InnoDB: Serious error! InnoDB is trying to free page %lu\n",
|
||||
"InnoDB: Serious error! InnoDB is trying to free page %lu\n"
|
||||
"InnoDB: though it is already marked as free in the tablespace!\n"
|
||||
"InnoDB: The tablespace free space info is corrupt.\n"
|
||||
"InnoDB: You may need to dump your InnoDB tables and recreate the whole\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue