Home
last modified time | relevance | path

Searched refs:allocate_column_bitmap (Results 1 – 13 of 13) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_data_change.cc46 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
76 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_data_change.cc46 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
76 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_data_change.cc46 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
76 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_data_change.cc46 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
76 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_data_change.cc46 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
76 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_data_change.cc48 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
78 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_data_change.cc48 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
78 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_data_change.cc48 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
78 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_data_change.cc48 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
78 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_data_change.cc48 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
78 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_data_change.cc48 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) in allocate_column_bitmap() function
78 if (allocate_column_bitmap(table, &m_function_default_columns)) in get_function_default_columns()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_data_change.cc54 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) { in allocate_column_bitmap() function
78 if (allocate_column_bitmap(table, &m_function_default_columns)) return true; in get_function_default_columns()
H A Dsql_insert.cc915 static bool allocate_column_bitmap(TABLE *table, MY_BITMAP **bitmap) { in allocate_column_bitmap() function
935 if (allocate_column_bitmap(table, m_function_default_columns)) return true; in get_default_columns()