Home
last modified time | relevance | path

Searched refs:inplace_supported (Results 1 – 25 of 36) sorted by relevance

12

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_alter.cc133 switch (ha_alter_info->inplace_supported) { in supports_algorithm()
177 switch (ha_alter_info->inplace_supported) { in supports_lock()
H A Dsql_table.cc7700 const enum_alter_inplace_result inplace_supported= in mysql_inplace_alter_table() local
7701 ha_alter_info->inplace_supported; in mysql_inplace_alter_table()
7722 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
7725 inplace_supported == HA_ALTER_INPLACE_INSTANT) && in mysql_inplace_alter_table()
7753 inplace_supported == HA_ALTER_INPLACE_INSTANT) in mysql_inplace_alter_table()
7776 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
7790 switch (inplace_supported) { in mysql_inplace_alter_table()
7826 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
7827 inplace_supported == HA_ALTER_INPLACE_NOCOPY_LOCK || in mysql_inplace_alter_table()
7834 if (inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_alter.cc133 switch (ha_alter_info->inplace_supported) { in supports_algorithm()
177 switch (ha_alter_info->inplace_supported) { in supports_lock()
H A Dsql_table.cc7700 const enum_alter_inplace_result inplace_supported=
7701 ha_alter_info->inplace_supported;
7722 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK ||
7725 inplace_supported == HA_ALTER_INPLACE_INSTANT) &&
7753 inplace_supported == HA_ALTER_INPLACE_INSTANT)
7776 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK ||
7790 switch (inplace_supported) {
7826 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK ||
7827 inplace_supported == HA_ALTER_INPLACE_NOCOPY_LOCK ||
7834 if (inplace_supported == HA_ALTER_INPLACE_COPY_LOCK ||
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_alter.cc133 switch (ha_alter_info->inplace_supported) { in supports_algorithm()
177 switch (ha_alter_info->inplace_supported) { in supports_lock()
H A Dsql_table.cc7621 const enum_alter_inplace_result inplace_supported= in mysql_inplace_alter_table() local
7622 ha_alter_info->inplace_supported; in mysql_inplace_alter_table()
7639 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
7642 inplace_supported == HA_ALTER_INPLACE_INSTANT) && in mysql_inplace_alter_table()
7670 inplace_supported == HA_ALTER_INPLACE_INSTANT) in mysql_inplace_alter_table()
7693 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
7709 switch (inplace_supported) { in mysql_inplace_alter_table()
7747 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
7748 inplace_supported == HA_ALTER_INPLACE_NOCOPY_LOCK || in mysql_inplace_alter_table()
7755 if (inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
[all …]
H A Dhandler.h2376 enum_alter_inplace_result inplace_supported; variable
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_alter.cc133 switch (ha_alter_info->inplace_supported) { in supports_algorithm()
177 switch (ha_alter_info->inplace_supported) { in supports_lock()
H A Dsql_table.cc7621 const enum_alter_inplace_result inplace_supported= in mysql_inplace_alter_table() local
7622 ha_alter_info->inplace_supported; in mysql_inplace_alter_table()
7639 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
7642 inplace_supported == HA_ALTER_INPLACE_INSTANT) && in mysql_inplace_alter_table()
7670 inplace_supported == HA_ALTER_INPLACE_INSTANT) in mysql_inplace_alter_table()
7693 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
7709 switch (inplace_supported) { in mysql_inplace_alter_table()
7747 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
7748 inplace_supported == HA_ALTER_INPLACE_NOCOPY_LOCK || in mysql_inplace_alter_table()
7755 if (inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_alter.cc135 switch (ha_alter_info->inplace_supported) { in supports_algorithm()
179 switch (ha_alter_info->inplace_supported) { in supports_lock()
H A Dsql_table.cc7996 const enum_alter_inplace_result inplace_supported= in mysql_inplace_alter_table() local
7997 ha_alter_info->inplace_supported; in mysql_inplace_alter_table()
8018 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
8021 inplace_supported == HA_ALTER_INPLACE_INSTANT) && in mysql_inplace_alter_table()
8049 inplace_supported == HA_ALTER_INPLACE_INSTANT) in mysql_inplace_alter_table()
8070 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
8084 switch (inplace_supported) { in mysql_inplace_alter_table()
8120 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
8121 inplace_supported == HA_ALTER_INPLACE_NOCOPY_LOCK || in mysql_inplace_alter_table()
8128 if (inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_alter.cc135 switch (ha_alter_info->inplace_supported) { in supports_algorithm()
179 switch (ha_alter_info->inplace_supported) { in supports_lock()
H A Dsql_table.cc7996 const enum_alter_inplace_result inplace_supported= in mysql_inplace_alter_table() local
7997 ha_alter_info->inplace_supported; in mysql_inplace_alter_table()
8018 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
8021 inplace_supported == HA_ALTER_INPLACE_INSTANT) && in mysql_inplace_alter_table()
8049 inplace_supported == HA_ALTER_INPLACE_INSTANT) in mysql_inplace_alter_table()
8070 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
8084 switch (inplace_supported) { in mysql_inplace_alter_table()
8120 inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
8121 inplace_supported == HA_ALTER_INPLACE_NOCOPY_LOCK || in mysql_inplace_alter_table()
8128 if (inplace_supported == HA_ALTER_INPLACE_COPY_LOCK || in mysql_inplace_alter_table()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_table.cc7717 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
7719 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
7741 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7764 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
7817 if (inplace_supported == HA_ALTER_INPLACE_NO_LOCK || in mysql_inplace_alter_table()
7818 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7819 inplace_supported= HA_ALTER_INPLACE_SHARED_LOCK; in mysql_inplace_alter_table()
7825 switch (inplace_supported) { in mysql_inplace_alter_table()
7860 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
10258 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_table.cc7495 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
7497 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
7519 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7542 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
7595 if (inplace_supported == HA_ALTER_INPLACE_NO_LOCK || in mysql_inplace_alter_table()
7596 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7597 inplace_supported= HA_ALTER_INPLACE_SHARED_LOCK; in mysql_inplace_alter_table()
7603 switch (inplace_supported) { in mysql_inplace_alter_table()
7638 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
9818 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_table.cc7717 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
7719 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
7741 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7764 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
7817 if (inplace_supported == HA_ALTER_INPLACE_NO_LOCK || in mysql_inplace_alter_table()
7818 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7819 inplace_supported= HA_ALTER_INPLACE_SHARED_LOCK; in mysql_inplace_alter_table()
7825 switch (inplace_supported) { in mysql_inplace_alter_table()
7860 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
10258 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_table.cc7717 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
7719 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
7741 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7764 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
7817 if (inplace_supported == HA_ALTER_INPLACE_NO_LOCK || in mysql_inplace_alter_table()
7818 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7819 inplace_supported= HA_ALTER_INPLACE_SHARED_LOCK; in mysql_inplace_alter_table()
7825 switch (inplace_supported) { in mysql_inplace_alter_table()
7860 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
10258 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_table.cc7426 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
7428 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
7450 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7473 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
7526 if (inplace_supported == HA_ALTER_INPLACE_NO_LOCK || in mysql_inplace_alter_table()
7527 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7528 inplace_supported= HA_ALTER_INPLACE_SHARED_LOCK; in mysql_inplace_alter_table()
7534 switch (inplace_supported) { in mysql_inplace_alter_table()
7569 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
9738 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_table.cc7426 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
7428 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
7450 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7473 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
7526 if (inplace_supported == HA_ALTER_INPLACE_NO_LOCK || in mysql_inplace_alter_table()
7527 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
7528 inplace_supported= HA_ALTER_INPLACE_SHARED_LOCK; in mysql_inplace_alter_table()
7534 switch (inplace_supported) { in mysql_inplace_alter_table()
7569 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
9738 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_table.cc6660 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
6661 ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6662 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6684 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
6707 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
6723 switch (inplace_supported) { in mysql_inplace_alter_table()
6757 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6758 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6764 if (inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
8574 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_table.cc6589 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
6590 ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6591 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6613 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
6636 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
6652 switch (inplace_supported) { in mysql_inplace_alter_table()
6686 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6687 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6693 if (inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
8492 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_table.cc6868 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
6869 ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6870 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6892 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
6915 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
6931 switch (inplace_supported) { in mysql_inplace_alter_table()
6965 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6966 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6972 if (inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
8983 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_table.cc6868 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
6869 ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6870 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6892 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
6915 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
6931 switch (inplace_supported) { in mysql_inplace_alter_table()
6965 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6966 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6972 if (inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
8983 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_table.cc6868 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
6869 ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6870 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6892 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) in mysql_inplace_alter_table()
6915 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
6931 switch (inplace_supported) { in mysql_inplace_alter_table()
6965 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
6966 inplace_supported == HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE) && in mysql_inplace_alter_table()
6972 if (inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK_AFTER_PREPARE || in mysql_inplace_alter_table()
8983 enum_alter_inplace_result inplace_supported= in mysql_alter_table() local
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_table.cc12754 if (inplace_supported == HA_ALTER_INPLACE_EXCLUSIVE_LOCK || in mysql_inplace_alter_table()
12796 if ((inplace_supported == HA_ALTER_INPLACE_SHARED_LOCK || in mysql_inplace_alter_table()
12866 DBUG_ASSERT(inplace_supported != HA_ALTER_INPLACE_INSTANT); in mysql_inplace_alter_table()
12895 if (inplace_supported == HA_ALTER_INPLACE_NO_LOCK || in mysql_inplace_alter_table()
12897 inplace_supported = HA_ALTER_INPLACE_SHARED_LOCK; in mysql_inplace_alter_table()
12903 switch (inplace_supported) { in mysql_inplace_alter_table()
12956 DBUG_ASSERT(inplace_supported == in mysql_inplace_alter_table()
16748 enum_alter_inplace_result inplace_supported = in mysql_alter_table() local
16755 inplace_supported != HA_ALTER_INPLACE_INSTANT && in mysql_alter_table()
16756 inplace_supported != HA_ALTER_ERROR) { in mysql_alter_table()
[all …]

12