You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 17
Server version: 23.5.1.3174-ClickHouse
=> So many client libraries such as PHP's pdo_mysql treat the failed query as a successful query.
From my understanding of the MySQL documentation, "HY000" should be used instead of "00000", but I'm not a mysql core expert and the final decision is up to you.
The text was updated successfully, but these errors were encountered:
thbley
changed the title
MySQL engine sends SQLSTATE 00000 instead of HY000 for failed queries
MySQL interface sends SQLSTATE 00000 instead of HY000 for failed queries
Jun 13, 2023
qoega
added
bug
Confirmed user-visible misbehaviour in official release
and removed
potential bug
To be reviewed by developers and confirmed/rejected.
labels
May 16, 2024
Server: docker image clickhouse/clickhouse-server:23.5-alpine
Client: mysql --version mysql Ver 8.0.33-0ubuntu0.22.04.2 for Linux on x86_64 ((Ubuntu))
Server config:
=> the query failed, server response indicates error code 47 with SQLSTATE 00000.
=> So many client libraries such as PHP's pdo_mysql treat the failed query as a successful query.
From my understanding of the MySQL documentation, "HY000" should be used instead of "00000", but I'm not a mysql core expert and the final decision is up to you.
The text was updated successfully, but these errors were encountered: