-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
kind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Milestone
Description
Describe the bug
When a query is executed timeout, some other error code is returned.
To Reproduce
Steps to reproduce the behavior:
use xxx; xxx is a non-existed db, this will return with error codeERROR 1049 (42000)execute a timeout query, this will return with error codeERROR 1049 (42000)other thanERROR 1064 (HY000)which is supposed to be.
This is because we don't reset ErrorCode in QueryState. And may be the cause of #736
Metadata
Metadata
Assignees
Labels
kind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.