Home
last modified time | relevance | path

Searched refs:STATUS_NULL_ROW (Results 1 – 25 of 102) sorted by relevance

12345

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dstructs.h240 #define STATUS_NULL_ROW 32 /* table->null_row is set */ macro
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dstructs.h282 #define STATUS_NULL_ROW 32 macro
H A Dsql_executor.cc1993 else if (!(table->status & ~STATUS_NULL_ROW)) // Only happens with left join in join_read_const()
2040 (table->status & (STATUS_GARBAGE | STATUS_NULL_ROW))) in join_read_key()
4204 DBUG_ASSERT(tbl->null_row ? (tbl->status & STATUS_NULL_ROW) : in save_const_null_info()
4205 !(tbl->status & STATUS_NULL_ROW)); in save_const_null_info()
4242 tbl->status&= ~STATUS_NULL_ROW; in restore_const_null_info()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dstructs.h282 #define STATUS_NULL_ROW 32 macro
H A Dsql_executor.cc1993 else if (!(table->status & ~STATUS_NULL_ROW)) // Only happens with left join in join_read_const()
2040 (table->status & (STATUS_GARBAGE | STATUS_NULL_ROW))) in join_read_key()
4204 DBUG_ASSERT(tbl->null_row ? (tbl->status & STATUS_NULL_ROW) : in save_const_null_info()
4205 !(tbl->status & STATUS_NULL_ROW)); in save_const_null_info()
4242 tbl->status&= ~STATUS_NULL_ROW; in restore_const_null_info()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dstructs.h341 #define STATUS_NULL_ROW 32 macro
H A Dsql_executor.cc1993 else if (!(table->status & ~STATUS_NULL_ROW)) // Only happens with left join in join_read_const()
2040 (table->status & (STATUS_GARBAGE | STATUS_NULL_ROW))) in join_read_key()
4214 DBUG_ASSERT(tbl->null_row ? (tbl->status & STATUS_NULL_ROW) : in save_const_null_info()
4215 !(tbl->status & STATUS_NULL_ROW)); in save_const_null_info()
4252 tbl->status&= ~STATUS_NULL_ROW; in restore_const_null_info()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dstructs.h341 #define STATUS_NULL_ROW 32 macro
H A Dsql_executor.cc1993 else if (!(table->status & ~STATUS_NULL_ROW)) // Only happens with left join in join_read_const()
2040 (table->status & (STATUS_GARBAGE | STATUS_NULL_ROW))) in join_read_key()
4214 DBUG_ASSERT(tbl->null_row ? (tbl->status & STATUS_NULL_ROW) : in save_const_null_info()
4215 !(tbl->status & STATUS_NULL_ROW)); in save_const_null_info()
4252 tbl->status&= ~STATUS_NULL_ROW; in restore_const_null_info()
H A Dsql_join_buffer.cc1702 if (status & STATUS_NULL_ROW) in join_records()
1803 status|= STATUS_NULL_ROW; in join_records()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dstructs.h341 #define STATUS_NULL_ROW 32 macro
H A Dsql_executor.cc1993 else if (!(table->status & ~STATUS_NULL_ROW)) // Only happens with left join in join_read_const()
2040 (table->status & (STATUS_GARBAGE | STATUS_NULL_ROW))) in join_read_key()
4214 DBUG_ASSERT(tbl->null_row ? (tbl->status & STATUS_NULL_ROW) : in save_const_null_info()
4215 !(tbl->status & STATUS_NULL_ROW)); in save_const_null_info()
4252 tbl->status&= ~STATUS_NULL_ROW; in restore_const_null_info()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtable.h993 #define STATUS_NULL_ROW 32 macro
1432 status|= STATUS_NULL_ROW; in set_null_row()
1440 status&= ~STATUS_NULL_ROW; in reset_null_row()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtable.h983 #define STATUS_NULL_ROW 32 macro
1422 status|= STATUS_NULL_ROW; in set_null_row()
1430 status&= ~STATUS_NULL_ROW; in reset_null_row()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtable.h993 #define STATUS_NULL_ROW 32 macro
1432 status|= STATUS_NULL_ROW; in set_null_row()
1440 status&= ~STATUS_NULL_ROW; in reset_null_row()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtable.h979 #define STATUS_NULL_ROW 32 macro
1418 status|= STATUS_NULL_ROW; in set_null_row()
1426 status&= ~STATUS_NULL_ROW; in reset_null_row()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtable.h993 #define STATUS_NULL_ROW 32 macro
1432 status|= STATUS_NULL_ROW; in set_null_row()
1440 status&= ~STATUS_NULL_ROW; in reset_null_row()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtable.h979 #define STATUS_NULL_ROW 32 macro
1418 status|= STATUS_NULL_ROW; in set_null_row()
1426 status&= ~STATUS_NULL_ROW; in reset_null_row()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtable.h1299 #define STATUS_NULL_ROW 32 macro
1836 m_status |= STATUS_NULL_ROW; in set_null_row()
1843 m_status &= ~STATUS_NULL_ROW; in reset_null_row()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dstructs.h382 #define STATUS_NULL_ROW 32U /* table->null_row is set */ macro
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dstructs.h381 #define STATUS_NULL_ROW 32U /* table->null_row is set */ macro
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dstructs.h381 #define STATUS_NULL_ROW 32U /* table->null_row is set */ macro
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dstructs.h365 #define STATUS_NULL_ROW 32U /* table->null_row is set */ macro
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dstructs.h365 #define STATUS_NULL_ROW 32U /* table->null_row is set */ in set_to_string()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dstructs.h382 #define STATUS_NULL_ROW 32U /* table->null_row is set */ macro

12345