Skip to content

MySQL Server 2012: Crashes when loading datetime column #236

@mist-01

Description

@mist-01

Table Plus crashes with a Segmentation fault (core dumped) if you run a query which includes a column of type datetime from a MySQL Server 2012. I have tested with several different tables and found the same result.

Example

Table structure:

Image

Successful query: Select TOP 1 ID from [MyTable]
Query that causes crash: Select TOP 1 ID,ProcessAfter from [MyTable]

It happens every time. When I press "Run Current" the UI freezes for a few seconds and then it closes with the Segmentation fault message.

Server Details

Here is the result of "Select @@Version;":
Microsoft SQL Server 2012 (SP2-GDR) (KB3194719) - 11.0.5388.0 (X64)
Sep 23 2016 16:56:29
Copyright (c) Microsoft Corporation
Standard Edition (64-bit) on Windows NT 6.2 (Build 9200: )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions