summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2003-02-18 16:28:31 +0200
committerbell@sanja.is.com.ua <>2003-02-18 16:28:31 +0200
commit1de8a5996f4b0d89eea2dae6e93046018e963dc3 (patch)
treee04887f1c891d0c36d16e22774a2d7b4bbea66ec /sql/ha_innodb.cc
parentaadf481f49e8c58bdc648e0fa2567a6eb8ca5b29 (diff)
parent316097e17bafaa61007611fd809e9d824919dfda (diff)
downloadmariadb-git-1de8a5996f4b0d89eea2dae6e93046018e963dc3.tar.gz
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/work-qc-4.1
Diffstat (limited to 'sql/ha_innodb.cc')
-rw-r--r--sql/ha_innodb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index a037c6989aa..16f39ab2170 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -462,7 +462,7 @@ If thd is not in the autocommit state, this function also starts a new
transaction for thd if there is no active trx yet, and assigns a consistent
read view to it if there is no read view yet. */
-my_bool
+bool
innobase_query_caching_of_table_permitted(
/*======================================*/
/* out: TRUE if permitted, FALSE if not;