⚝
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
/
suite
/
ndb_big
/
View File Name :
bug14000373.result
set max_heap_table_size = 286720000; create table t1 (a int key) engine=memory; load data local infile 'suite/ndb/data/table_data10000.dat' into table t1 columns terminated by ' ' (a, @col2); insert into t1 select a + 10000 from t1;; insert into t1 select a + 10000 * 2 from t1;; insert into t1 select a + 10000 * 2 * 2 from t1;; insert into t1 select a + 10000 * 2 * 2 * 2 from t1;; insert into t1 select a + 10000 * 2 * 2 * 2 * 2 from t1;; insert into t1 select a + 10000 * 2 * 2 * 2 * 2 * 2 from t1;; insert into t1 select a + 10000 * 2 * 2 * 2 * 2 * 2 * 2 from t1;; insert into t1 select a + 10000 * 2 * 2 * 2 * 2 * 2 * 2 * 2 from t1;; insert into t1 select a + 10000 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 from t1;; select count(*) from t1; count(*) 5120000 alter table t1 engine=ndbcluster comment='NDB_TABLE=NOLOGGING' partition by key() partitions 1; alter table t1 engine=memory; select count(*) from t1; count(*) 5120000 drop table t1;