Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d649d0cc
Commit
d649d0cc
authored
Oct 19, 2011
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
with introduction of progress reporting, max error number is 65534
parent
69e076ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
sql/sql_signal.cc
sql/sql_signal.cc
+4
-3
No files found.
sql/sql_signal.cc
View file @
d649d0cc
...
@@ -22,10 +22,11 @@
...
@@ -22,10 +22,11 @@
/*
/*
The parser accepts any error code (desired)
The parser accepts any error code (desired)
The runtime internally supports any error code (desired)
The runtime internally supports any error code (desired)
The client server protocol is limited to 16 bits error codes (restriction)
The client server protocol is limited to 16 bits error codes (restriction),
Enforcing the 65535 limit in the runtime until the protocol can change.
and the value of 65535 is reserved for progress reporting.
Enforcing the 65534 limit in the runtime until the protocol can change.
*/
*/
#define MAX_MYSQL_ERRNO
UINT_MAX16
#define MAX_MYSQL_ERRNO
65534
const
LEX_STRING
Diag_condition_item_names
[]
=
const
LEX_STRING
Diag_condition_item_names
[]
=
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment