diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-06-04 17:34:11 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-06-04 17:34:11 -0600 |
commit | fdff9c0a4521e4006eb7dd718e19077afe6fbb37 (patch) | |
tree | 4a4e924d33acb60a72c034f4b7ff58112c07d6dd /innobase/include/btr0btr.h | |
parent | 1da42e7b8a4219827f4f435d837f41b1b1919d51 (diff) | |
parent | 2197533b9b04a76f275e23a24449687089a1c528 (diff) | |
download | mariadb-git-fdff9c0a4521e4006eb7dd718e19077afe6fbb37.tar.gz |
Merge mysql.sashanet.com:/home/sasha/src/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
BitKeeper/etc/logging_ok:
auto-union
Docs/manual.texi:
Auto merged
mysql-test/r/innodb.result:
Auto merged
mysys/tree.c:
Auto merged
sql-bench/bench-init.pl.sh:
Auto merged
sql-bench/server-cfg.sh:
Auto merged
sql/mysqld.cc:
Auto merged
Diffstat (limited to 'innobase/include/btr0btr.h')
-rw-r--r-- | innobase/include/btr0btr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/include/btr0btr.h b/innobase/include/btr0btr.h index d2ac9952695..f8a3000ca8a 100644 --- a/innobase/include/btr0btr.h +++ b/innobase/include/btr0btr.h @@ -376,9 +376,10 @@ btr_print_tree( /****************************************************************** Checks the consistency of an index tree. */ -void +ibool btr_validate_tree( /*==============*/ + /* out: TRUE if ok */ dict_tree_t* tree); /* in: tree */ #define BTR_N_LEAF_PAGES 1 |