mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
sql_state.h:
Fix couple of typos. include/sql_state.h: Fix couple of typos.
This commit is contained in:
@ -23,10 +23,10 @@
|
|||||||
the second column is the ODBC state (which the 4.1 server sends out by
|
the second column is the ODBC state (which the 4.1 server sends out by
|
||||||
default) and the last is the state used by the JDBC driver.
|
default) and the last is the state used by the JDBC driver.
|
||||||
If the last column is "" then it means that the JDBC driver is using the
|
If the last column is "" then it means that the JDBC driver is using the
|
||||||
ODBC state
|
ODBC state.
|
||||||
|
|
||||||
The errors in this file is sorted in the same order as in mysqld_error.h
|
The errors in this file are sorted in the same order as in mysqld_error.h
|
||||||
to allow on to do binary searches for the sqlstate.
|
to allow one to do binary searches for the sqlstate.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ER_DUP_KEY, "23000", "",
|
ER_DUP_KEY, "23000", "",
|
||||||
|
Reference in New Issue
Block a user