diff options
author | cmiller@zippy.cornsilk.net <> | 2007-04-03 09:20:22 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-04-03 09:20:22 -0400 |
commit | 5f4dfdd5fe70992a928655c0330d45475086eacb (patch) | |
tree | 7fa50722c085b9530bfa933fd31afeef374b4a05 /sql/ha_ndbcluster.cc | |
parent | 30d5fbe5b1633ba298568cbb843600ea96a3a8ee (diff) | |
parent | d2566405841b1c3f41ce054766374f96369203cd (diff) | |
download | mariadb-git-5f4dfdd5fe70992a928655c0330d45475086eacb.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r-- | sql/ha_ndbcluster.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 7a9c7d0d021..67ef9a527b7 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -5849,14 +5849,14 @@ ha_ndbcluster::register_query_cache_table(THD *thd, if (!is_autocommit) { - DBUG_PRINT("exit", ("Can't register table during transaction")) + DBUG_PRINT("exit", ("Can't register table during transaction")); DBUG_RETURN(FALSE); } if (ndb_get_commitcount(thd, m_dbname, m_tabname, &commit_count)) { *engine_data= 0; - DBUG_PRINT("exit", ("Error, could not get commitcount")) + DBUG_PRINT("exit", ("Error, could not get commitcount")); DBUG_RETURN(FALSE); } *engine_data= commit_count; |