diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2007-04-23 11:27:13 +0200 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2007-04-23 11:27:13 +0200 |
commit | c067b03c860b9c368b20daa27772358311cbd633 (patch) | |
tree | 7f1bfea75433646acd066fe8d88756abd7fe9a49 /sql/ha_ndbcluster_cond.cc | |
parent | c40726c3ce40ce408a2f2282aec8300ecee91549 (diff) | |
download | mariadb-git-c067b03c860b9c368b20daa27772358311cbd633.tar.gz |
Changed descriptive comment
Diffstat (limited to 'sql/ha_ndbcluster_cond.cc')
-rw-r--r-- | sql/ha_ndbcluster_cond.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster_cond.cc b/sql/ha_ndbcluster_cond.cc index a284bc13308..43843de80df 100644 --- a/sql/ha_ndbcluster_cond.cc +++ b/sql/ha_ndbcluster_cond.cc @@ -15,8 +15,7 @@ */ /* - This file defines the NDB Cluster handler: the interface between MySQL and - NDB Cluster + This file defines the NDB Cluster handler engine_condition_pushdown */ #ifdef USE_PRAGMA_IMPLEMENTATION |