Home
last modified time | relevance | path

Searched refs:expecting_max_length (Results 1 – 23 of 23) sorted by relevance

/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dha_ndbcluster_cond.h494 bool expecting_max_length(Uint32 max) in expecting_max_length() function
647 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
649 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc285 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dha_ndbcluster_cond.h494 bool expecting_max_length(Uint32 max) in expecting_max_length() function
647 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
649 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc285 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dha_ndbcluster_cond.h494 bool expecting_max_length(Uint32 max) in expecting_max_length() function
647 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
649 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc285 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dha_ndbcluster_cond.h494 bool expecting_max_length(Uint32 max) in expecting_max_length() function
647 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
649 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc285 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dha_ndbcluster_cond.h494 bool expecting_max_length(Uint32 max) in expecting_max_length() function
647 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
649 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc285 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dha_ndbcluster_cond.h530 bool expecting_max_length(Uint32 max) in expecting_max_length() function
683 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
685 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc282 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dha_ndbcluster_cond.h530 bool expecting_max_length(Uint32 max) in expecting_max_length() function
683 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
685 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc282 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dha_ndbcluster_cond.h530 bool expecting_max_length(Uint32 max) in expecting_max_length() function
683 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
685 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc282 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dha_ndbcluster_cond.h530 bool expecting_max_length(Uint32 max) in expecting_max_length() function
683 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
685 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc282 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dha_ndbcluster_cond.h530 bool expecting_max_length(Uint32 max) in expecting_max_length() function
683 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
685 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc282 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dha_ndbcluster_cond.h530 bool expecting_max_length(Uint32 max) in expecting_max_length() function
683 inline bool expecting_max_length(Uint32 max) in expecting_max_length() function
685 return expect_stack.expecting_max_length(max); in expecting_max_length()
H A Dha_ndbcluster_cond.cc282 context->expecting_max_length(field->field_length) && in ndb_serialize_cond()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dha_ndbcluster_cond.cc390 bool expecting_max_length(Uint32 max) { return max >= length; } in expecting_max_length() function in Ndb_expect_stack
506 inline bool expecting_max_length(Uint32 max) { in expecting_max_length() function in Ndb_cond_traverse_context
507 return expect_stack.expecting_max_length(max); in expecting_max_length()
916 if (!context->expecting_max_length(field->field_length)) { in ndb_serialize_cond()