mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge neptunus.(none):/home/msvensson/mysql/tmp/tmp_merge
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 BitKeeper/deleted/.del-changelog-5.0.xml~f4c50926ccdd7434: Auto merged mysql-test/r/ndb_condition_pushdown.result: Auto merged mysql-test/t/ndb_condition_pushdown.test: Auto merged storage/ndb/include/ndbapi/NdbOperation.hpp: Auto merged storage/ndb/include/util/NdbSqlUtil.hpp: Auto merged storage/ndb/src/common/util/NdbSqlUtil.cpp: Auto merged
This commit is contained in:
@ -636,6 +636,10 @@ public:
|
||||
bool nopad, Uint32 Label);
|
||||
int branch_col_ge(Uint32 ColId, const void * val, Uint32 len,
|
||||
bool nopad, Uint32 Label);
|
||||
/**
|
||||
* The argument is always plain char, even if the field is varchar
|
||||
* (changed in 5.0.22).
|
||||
*/
|
||||
int branch_col_like(Uint32 ColId, const void *, Uint32 len,
|
||||
bool nopad, Uint32 Label);
|
||||
int branch_col_notlike(Uint32 ColId, const void *, Uint32 len,
|
||||
|
Reference in New Issue
Block a user