Home
last modified time | relevance | path

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

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_table.cc5845 handlerton *old_db_type, *new_db_type, *save_old_db_type; in mysql_alter_table() local
6054 old_db_type= table->s->db_type(); in mysql_alter_table()
6072 create_info->db_type= old_db_type; in mysql_alter_table()
6079 if ((new_db_type != old_db_type || in mysql_alter_table()
6116 ha_resolve_storage_engine_name(old_db_type), in mysql_alter_table()
6898 save_old_db_type= old_db_type; in mysql_alter_table()
6915 DBUG_ASSERT(new_db_type == old_db_type); in mysql_alter_table()
6917 new_db_type= old_db_type= NULL; in mysql_alter_table()
6953 (void) mysql_rename_table(old_db_type, db, old_name, db, in mysql_alter_table()
6970 (void) quick_rm_table(old_db_type, db, old_name, FN_IS_TMP); in mysql_alter_table()
[all …]
H A Dsql_partition.h261 handlerton *old_db_type,
H A Dsql_partition.cc4701 handlerton *old_db_type, in prep_alter_part_table() argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_table.cc15092 handlerton *old_db_type = table->s->db_type(); in simple_rename_or_index_change() local
15199 if ((old_db_type->flags & HTON_SUPPORTS_FOREIGN_KEYS) && in simple_rename_or_index_change()
15202 alter_ctx->new_db, alter_ctx->new_alias, old_db_type, in simple_rename_or_index_change()
15219 else if (old_db_type->flags & HTON_SUPPORTS_FOREIGN_KEYS) { in simple_rename_or_index_change()
15278 if (atomic_ddl && old_db_type->post_ddl) old_db_type->post_ddl(thd); in simple_rename_or_index_change()
16345 handlerton *old_db_type = table->s->db_type(); in mysql_alter_table() local
16639 if (new_db_type != old_db_type) { in mysql_alter_table()
17493 if ((old_db_type->flags & HTON_SUPPORTS_ATOMIC_DDL) && old_db_type->post_ddl) in mysql_alter_table()
17494 old_db_type->post_ddl(thd); in mysql_alter_table()
17635 if ((old_db_type->flags & HTON_SUPPORTS_ATOMIC_DDL) && old_db_type->post_ddl) in mysql_alter_table()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_table.cc7923 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
7936 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
7946 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
8414 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
8860 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
8879 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
8899 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
8906 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
8936 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
8952 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_table.cc7852 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
7865 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
7875 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
8332 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
8778 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
8797 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
8817 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
8824 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
8854 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
8870 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_table.cc8187 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
8200 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
8210 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
8811 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
9289 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
9308 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
9328 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
9335 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
9365 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
9381 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_table.cc8187 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
8200 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
8210 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
8811 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
9289 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
9308 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
9328 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
9335 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
9365 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
9381 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_table.cc8187 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
8200 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
8210 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
8811 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
9289 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
9308 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
9328 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
9335 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
9365 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
9381 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_table.cc9264 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
9277 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
9287 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
10065 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
10593 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
10612 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10632 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10639 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
10678 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
10694 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_table.cc8968 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
8981 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
8991 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
9637 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
10134 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
10153 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10173 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10180 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
10219 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
10235 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_table.cc9264 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
9277 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
9287 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
10065 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
10593 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
10612 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10632 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10639 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
10678 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
10694 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_table.cc9264 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
9277 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
9287 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
10065 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
10593 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
10612 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10632 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10639 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
10678 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
10694 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_table.cc8899 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
8912 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
8922 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
9557 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
10054 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
10073 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10093 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10100 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
10139 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
10155 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_table.cc8899 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
8912 if (mysql_rename_table(old_db_type, alter_ctx->db, alter_ctx->table_name, in simple_rename_or_index_change()
8922 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
9557 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
10054 if (mysql_rename_table(old_db_type, alter_ctx.db, alter_ctx.table_name, in mysql_alter_table()
10073 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10093 (void) mysql_rename_table(old_db_type, alter_ctx.db, backup_name, in mysql_alter_table()
10100 if (quick_rm_table(thd, old_db_type, alter_ctx.db, backup_name, FN_IS_TMP)) in mysql_alter_table()
10139 if (ha_check_storage_engine_flag(old_db_type, HTON_FLUSH_AFTER_RENAME)) in mysql_alter_table()
10155 ha_flush_logs(old_db_type); in mysql_alter_table()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_table.cc9786 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
9800 if (mysql_rename_table(old_db_type, &alter_ctx->db, &alter_ctx->table_name, in simple_rename_or_index_change()
9810 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
9981 handlerton *new_db_type, *old_db_type; in mysql_alter_table() local
10591 old_db_type= table->s->db_type(); in mysql_alter_table()
11088 if (mysql_rename_table(old_db_type, &alter_ctx.db, &alter_ctx.table_name, in mysql_alter_table()
11119 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
11142 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
11154 error= quick_rm_table(thd, old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
11160 error|= quick_rm_table(thd, old_db_type, &alter_ctx.db, in mysql_alter_table()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_table.cc9786 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
9800 if (mysql_rename_table(old_db_type, &alter_ctx->db, &alter_ctx->table_name, in simple_rename_or_index_change()
9810 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
9981 handlerton *new_db_type, *old_db_type; in mysql_alter_table() local
10591 old_db_type= table->s->db_type(); in mysql_alter_table()
11088 if (mysql_rename_table(old_db_type, &alter_ctx.db, &alter_ctx.table_name, in mysql_alter_table()
11119 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
11142 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
11154 error= quick_rm_table(thd, old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
11160 error|= quick_rm_table(thd, old_db_type, &alter_ctx.db, in mysql_alter_table()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_table.cc9399 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
9413 if (mysql_rename_table(old_db_type, &alter_ctx->db, &alter_ctx->table_name, in simple_rename_or_index_change()
9423 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
10094 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
10516 if (mysql_rename_table(old_db_type, &alter_ctx.db, &alter_ctx.table_name, in mysql_alter_table()
10535 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
10555 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
10565 if (quick_rm_table(thd, old_db_type, &alter_ctx.db, &backup_name, FN_IS_TMP)) in mysql_alter_table()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_table.cc9399 handlerton *old_db_type= table->s->db_type();
9413 if (mysql_rename_table(old_db_type, &alter_ctx->db, &alter_ctx->table_name,
9423 (void) mysql_rename_table(old_db_type,
10094 handlerton *old_db_type= table->s->db_type();
10516 if (mysql_rename_table(old_db_type, &alter_ctx.db, &alter_ctx.table_name,
10535 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name,
10555 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name,
10565 if (quick_rm_table(thd, old_db_type, &alter_ctx.db, &backup_name, FN_IS_TMP))
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_table.cc9252 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
9271 if (mysql_rename_table(old_db_type, &alter_ctx->db, &alter_ctx->table_name, in simple_rename_or_index_change()
9281 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
9887 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
10312 if (mysql_rename_table(old_db_type, &alter_ctx.db, &alter_ctx.table_name, in mysql_alter_table()
10331 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
10351 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
10361 if (quick_rm_table(thd, old_db_type, &alter_ctx.db, &backup_name, FN_IS_TMP)) in mysql_alter_table()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_table.cc9252 handlerton *old_db_type= table->s->db_type(); in simple_rename_or_index_change() local
9271 if (mysql_rename_table(old_db_type, &alter_ctx->db, &alter_ctx->table_name, in simple_rename_or_index_change()
9281 (void) mysql_rename_table(old_db_type, in simple_rename_or_index_change()
9887 handlerton *old_db_type= table->s->db_type(); in mysql_alter_table() local
10312 if (mysql_rename_table(old_db_type, &alter_ctx.db, &alter_ctx.table_name, in mysql_alter_table()
10331 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
10351 (void) mysql_rename_table(old_db_type, &alter_ctx.db, &backup_name, in mysql_alter_table()
10361 if (quick_rm_table(thd, old_db_type, &alter_ctx.db, &backup_name, FN_IS_TMP)) in mysql_alter_table()
/dports/www/ilias6/ILIAS-6.14/setup/classes/
H A Dclass.ilSetupGUI.php1731 $old_db_type = $this->setup->getClient()->getDbType();
/dports/www/ilias/ILIAS-5.4.25/setup/classes/
H A Dclass.ilSetupGUI.php1737 $old_db_type = $this->setup->getClient()->getDbType();