diff options
author | unknown <monty@hundin.mysql.fi> | 2002-08-01 00:37:27 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-08-01 00:37:27 +0300 |
commit | 3884935df646aa82438e02172304c969de20dbbc (patch) | |
tree | d3cae6fb9d21760c7c3ac7f5c98c5c3b5c605b76 /innobase/fsp | |
parent | 9fb1e4dbe751639840eed16bfa77ab054ef8f30b (diff) | |
download | mariadb-git-3884935df646aa82438e02172304c969de20dbbc.tar.gz |
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
Diffstat (limited to 'innobase/fsp')
-rw-r--r-- | innobase/fsp/fsp0fsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/fsp/fsp0fsp.c b/innobase/fsp/fsp0fsp.c index 679af640b99..10370731edf 100644 --- a/innobase/fsp/fsp0fsp.c +++ b/innobase/fsp/fsp0fsp.c @@ -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" |