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
ErrMemoryExceedForQuery: mysql.Message("Your query has been cancelled due to exceeding the allowed memory limit for a single SQL query. Please try narrowing your query scope or increase the tidb_mem_quota_query limit and try again.[conn=%d]", nil),
1079
1079
ErrMemoryExceedForInstance: mysql.Message("Your query has been cancelled due to exceeding the allowed memory limit for the tidb-server instance and this query is currently using the most memory. Please try narrowing your query scope or increase the tidb_server_memory_limit and try again.[conn=%d]", nil),
1080
+
<<<<<<<HEAD
1080
1081
ErrHTTPServiceError: mysql.Message("HTTP request failed with status %s", nil),
1082
+
=======
1083
+
ErrDeleteNotFoundColumn: mysql.Message("Delete can not find column %s for table %s", nil),
1084
+
ErrKeyTooLarge: mysql.Message("key is too large, the size of given key is %d", nil),
1085
+
1086
+
ErrHTTPServiceError: mysql.Message("HTTP request failed with status %s", nil),
0 commit comments