Home
last modified time | relevance | path

Searched refs:ALTER_COLUMN_NULLABLE (Results 1 – 25 of 79) sorted by relevance

1234

/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dhandler.h1108 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1L << 12; variable
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/handler/
H A Dhandler0alter.cc92 | ALTER_COLUMN_NULLABLE
1693 | ALTER_COLUMN_NULLABLE; in instant_alter_column_possible()
1735 & ~ALTER_COLUMN_NULLABLE in instant_alter_column_possible()
1745 if (ha_alter_info->handler_flags & ALTER_COLUMN_NULLABLE) { in instant_alter_column_possible()
2134 if (ha_alter_info->handler_flags & ALTER_COLUMN_NULLABLE) { in check_if_supported_inplace_alter()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/handler/
H A Dhandler0alter.cc93 | ALTER_COLUMN_NULLABLE
1730 | ALTER_COLUMN_NULLABLE; in instant_alter_column_possible()
1772 & ~ALTER_COLUMN_NULLABLE in instant_alter_column_possible()
1782 if (ha_alter_info->handler_flags & ALTER_COLUMN_NULLABLE) { in instant_alter_column_possible()
2172 if (ha_alter_info->handler_flags & ALTER_COLUMN_NULLABLE) { in check_if_supported_inplace_alter()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/handler/
H A Dhandler0alter.cc93 | ALTER_COLUMN_NULLABLE
1730 | ALTER_COLUMN_NULLABLE; in instant_alter_column_possible()
1772 & ~ALTER_COLUMN_NULLABLE in instant_alter_column_possible()
1782 if (ha_alter_info->handler_flags & ALTER_COLUMN_NULLABLE) { in instant_alter_column_possible()
2172 if (ha_alter_info->handler_flags & ALTER_COLUMN_NULLABLE) { in check_if_supported_inplace_alter()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/handler/
H A Dhandler0alter.cc92 | ALTER_COLUMN_NULLABLE
1693 | ALTER_COLUMN_NULLABLE; in instant_alter_column_possible()
1735 & ~ALTER_COLUMN_NULLABLE in instant_alter_column_possible()
1745 if (ha_alter_info->handler_flags & ALTER_COLUMN_NULLABLE) { in instant_alter_column_possible()
2134 if (ha_alter_info->handler_flags & ALTER_COLUMN_NULLABLE) { in check_if_supported_inplace_alter()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dhandler.h1271 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1ULL << 17; variable
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dhandler.h1114 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1L << 12; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dhandler.h1271 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1ULL << 17; variable
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dhandler.h1238 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1L << 12; variable
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dhandler.h1238 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1L << 12; variable
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dhandler.h1238 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1L << 12; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dhandler.h1277 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1ULL << 17; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dalter_table_myisam.test622 # This will set both ALTER_COLUMN_NULLABLE and COLUMN_DEFAULT_VALUE
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dhandler.h1426 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1ULL << 17; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dhandler.h1426 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1ULL << 17; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dhandler.h1426 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1ULL << 17; variable
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/handler/
H A Dhandler0alter.cc72 | Alter_inplace_info::ALTER_COLUMN_NULLABLE
343 & Alter_inplace_info::ALTER_COLUMN_NULLABLE)) { in check_if_supported_inplace_alter()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/handler/
H A Dhandler0alter.cc72 | Alter_inplace_info::ALTER_COLUMN_NULLABLE
343 & Alter_inplace_info::ALTER_COLUMN_NULLABLE)) { in check_if_supported_inplace_alter()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/handler/
H A Dhandler0alter.cc72 | Alter_inplace_info::ALTER_COLUMN_NULLABLE
343 & Alter_inplace_info::ALTER_COLUMN_NULLABLE)) { in check_if_supported_inplace_alter()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/handler/
H A Dhandler0alter.cc76 | Alter_inplace_info::ALTER_COLUMN_NULLABLE
347 & Alter_inplace_info::ALTER_COLUMN_NULLABLE)) { in check_if_supported_inplace_alter()
/dports/databases/mysql56-client/mysql-5.6.51/storage/innobase/handler/
H A Dhandler0alter.cc72 | Alter_inplace_info::ALTER_COLUMN_NULLABLE
343 & Alter_inplace_info::ALTER_COLUMN_NULLABLE)) { in check_if_supported_inplace_alter()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dhandler.h695 #define ALTER_COLUMN_NULLABLE (1ULL << 52) macro
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dhandler.h695 #define ALTER_COLUMN_NULLABLE (1ULL << 52) macro
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhandler.h2872 static const HA_ALTER_FLAGS ALTER_COLUMN_NULLABLE = 1ULL << 17; variable
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dhandler.h762 #define ALTER_COLUMN_NULLABLE (1ULL << 52) macro

1234