Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.0.0, 5.5.28
-
None
Description
As in summary, the commands below crash the server. I attach my configuration file if it can help.
mysql> create temporary table tmp.pippo select * from config;
Query OK, 1 row affected (0.09 sec)
Records: 1 Duplicates: 0 Warnings: 0
mysql> truncate table tmp.pippo;
Query OK, 0 rows affected (0.09 sec)
mysql> insert into tmp.pippo select * from config;
ERROR 2013 (HY000): Lost connection to MySQL server during query
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Elena Stepanova [ elenst ] |
Fix Version/s | 10.0.1 [ 11400 ] | |
Fix Version/s | 5.5.29 [ 11701 ] | |
Affects Version/s | 10.0.0 [ 10000 ] | |
Assignee | Elena Stepanova [ elenst ] | Sergei Golubchik [ serg ] |
Environment | Windows Server 2003 Enterprise | |
Labels | Aria | |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Sergei Golubchik [ serg ] | Michael Widenius [ monty ] |
Fix Version/s | 5.5.29 [ 12102 ] | |
Fix Version/s | 5.5.28a [ 11701 ] |
Assignee | Michael Widenius [ monty ] | Jani Tolonen [ jani ] |
Due Date | 2013-01-24 |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Jani Tolonen [ jani ] | Michael Widenius [ monty ] |
Fix Version/s | 5.5.30 [ 11800 ] | |
Fix Version/s | 5.5.29 [ 12102 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 25414 ] | MariaDB v2 [ 45914 ] |
Workflow | MariaDB v2 [ 45914 ] | MariaDB v3 [ 66604 ] |
Workflow | MariaDB v3 [ 66604 ] | MariaDB v4 [ 146226 ] |
Hi,
Could you please also provide SHOW CREATE TABLE for the `config` table?
Thanks.