Fixed compiler warning and errors
mysql-test/suite/funcs_1/t/is_engines_federated.test: Corrected path storage/xtradb/fil/fil0fil.c: Fixed compiler warning
This commit is contained in:
parent
692fcba403
commit
6378bdbf47
@ -9,7 +9,7 @@
|
||||
#
|
||||
|
||||
let $engine_type= FEDERATED;
|
||||
--source suite/federated/have_federated_db.inc
|
||||
--source suite/federated/have_federatedx.inc
|
||||
--vertical_results
|
||||
eval SELECT * FROM information_schema.engines
|
||||
WHERE ENGINE = '$engine_type';
|
||||
|
@ -3448,8 +3448,8 @@ skip_info:
|
||||
if ((ulint) (offset / (zip_size ? zip_size : UNIV_PAGE_SIZE)) == root_page[i]) {
|
||||
if (fil_page_get_type(page) != FIL_PAGE_INDEX) {
|
||||
file_is_corrupt = TRUE;
|
||||
fprintf(stderr, " [etyp:%lld]",
|
||||
offset / (zip_size ? zip_size : UNIV_PAGE_SIZE));
|
||||
fprintf(stderr, " [etyp:%ld]",
|
||||
(long) (offset / (zip_size ? zip_size : UNIV_PAGE_SIZE)));
|
||||
goto skip_write;
|
||||
}
|
||||
/* this is index root page */
|
||||
|
Loading…
x
Reference in New Issue
Block a user