diff options
author | bell@sanja.is.com.ua <> | 2003-02-18 16:28:31 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-02-18 16:28:31 +0200 |
commit | 1de8a5996f4b0d89eea2dae6e93046018e963dc3 (patch) | |
tree | e04887f1c891d0c36d16e22774a2d7b4bbea66ec /sql/ha_innodb.cc | |
parent | aadf481f49e8c58bdc648e0fa2567a6eb8ca5b29 (diff) | |
parent | 316097e17bafaa61007611fd809e9d824919dfda (diff) | |
download | mariadb-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.cc | 2 |
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; |