Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
10.0.11
-
None
-
None
-
Windows 7 Professional (64-bit)
MariaDB 10.0.11 (32-Bit)
MariaDB 5.5.37 (32-Bit)
Description
(MariaDB 5.5.37 32-bit)
Welcome to the MariaDB monitor. Commands end with ; or \g.
|
Your MariaDB connection id is 16
|
Server version: 5.5.37-MariaDB mariadb.org binary distribution
|
|
|
Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others.
|
|
|
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
|
|
|
MariaDB [(none)]> Drop Database If Exists `acc-001`;
|
Query OK, 0 rows affected (0.01 sec)
|
|
|
MariaDB [(none)]> Create Database `acc-001`;
|
Query OK, 1 row affected (0.00 sec)
|
|
|
|
|
c:\Users\chin\tmp>mysql -h localhost -P 3309 -u root -p -B acc-001 < sql.sql
|
Enter password: **********
|
StartProcess
|
2014-05-15 10:05:13
|
EndProcess
|
2014-05-15 10:05:28
|
ProcessTotalTime
|
00:00:16
|
(MariaDB 10.0.11 32-bit)
Welcome to the MariaDB monitor. Commands end with ; or \g.
|
Your MariaDB connection id is 5
|
Server version: 10.0.11-MariaDB mariadb.org binary distribution
|
|
|
Copyright (c) 2000, 2014, Oracle, SkySQL Ab and others.
|
|
|
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
|
|
|
MariaDB [(none)]> Drop Database If Exists `acc-001`;
|
Query OK, 0 rows affected, 1 warning (0.00 sec)
|
|
|
MariaDB [(none)]> Create Database `acc-001`;
|
Query OK, 1 row affected (0.00 sec)
|
|
|
|
|
c:\Users\chin\tmp>mysql -h localhost -P 3310 -u root -p -B acc-001 < sql.sql
|
Enter password: **********
|
StartProcess
|
2014-05-15 10:08:20
|
EndProcess
|
2014-05-15 10:09:03
|
ProcessTotalTime
|
00:00:43
|
Attachments
Issue Links
- relates to
-
MDEV-5838 XtraDB more than x2 slower during create table / alter table compare to classic InnoDB
-
- Closed
-