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
a2c639d8
Commit
a2c639d8
authored
Feb 28, 2006
by
paul@snake-hub.snake.net
Browse files
Options
Browse Files
Download
Plain Diff
Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
parents
3d6839d1
6d4dc91b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
client/mysqltest.c
client/mysqltest.c
+8
-8
No files found.
client/mysqltest.c
View file @
a2c639d8
...
@@ -115,7 +115,7 @@ enum {OPT_MANAGER_USER=256,OPT_MANAGER_HOST,OPT_MANAGER_PASSWD,
...
@@ -115,7 +115,7 @@ enum {OPT_MANAGER_USER=256,OPT_MANAGER_HOST,OPT_MANAGER_PASSWD,
The list of error codes to --error are stored in an internal array of
The list of error codes to --error are stored in an internal array of
structs. This struct can hold numeric SQL error codes or SQLSTATE codes
structs. This struct can hold numeric SQL error codes or SQLSTATE codes
as strings. The element next to the last active element in the list is
as strings. The element next to the last active element in the list is
set to type ERR_EMPTY. When an SQL statement return
an error
we use
set to type ERR_EMPTY. When an SQL statement return
s an error,
we use
this list to check if this is an expected error.
this list to check if this is an expected error.
*/
*/
...
@@ -1045,8 +1045,8 @@ int do_source(struct st_query *query)
...
@@ -1045,8 +1045,8 @@ int do_source(struct st_query *query)
*
p
++=
0
;
*
p
++=
0
;
query
->
last_argument
=
p
;
query
->
last_argument
=
p
;
/*
/*
If this file has already been sourced, dont source it again.
If this file has already been sourced, don
'
t source it again.
It's already available in the q_lines cache
It's already available in the q_lines cache
.
*/
*/
if
(
parser
.
current_line
<
(
parser
.
read_lines
-
1
))
if
(
parser
.
current_line
<
(
parser
.
read_lines
-
1
))
return
0
;
return
0
;
...
@@ -2534,7 +2534,7 @@ my_bool end_of_query(int c)
...
@@ -2534,7 +2534,7 @@ my_bool end_of_query(int c)
Normally that means it will read lines until it reaches the
Normally that means it will read lines until it reaches the
"delimiter" that marks end of query. Default delimiter is ';'
"delimiter" that marks end of query. Default delimiter is ';'
The function should be smart enough not to detect delimiter's
The function should be smart enough not to detect delimiter's
found inside strings s
o
rrounded with '"' and '\'' escaped strings.
found inside strings s
u
rrounded with '"' and '\'' escaped strings.
If the first line in a query starts with '#' or '-' this line is treated
If the first line in a query starts with '#' or '-' this line is treated
as a comment. A comment is always terminated when end of line '\n' is
as a comment. A comment is always terminated when end of line '\n' is
...
@@ -2861,7 +2861,7 @@ static struct my_option my_long_options[] =
...
@@ -2861,7 +2861,7 @@ static struct my_option my_long_options[] =
{
"result-file"
,
'R'
,
"Read/Store result from/in this file."
,
{
"result-file"
,
'R'
,
"Read/Store result from/in this file."
,
(
gptr
*
)
&
result_file
,
(
gptr
*
)
&
result_file
,
0
,
GET_STR
,
REQUIRED_ARG
,
(
gptr
*
)
&
result_file
,
(
gptr
*
)
&
result_file
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
0
,
0
,
0
,
0
,
0
},
{
"server-arg"
,
'A'
,
"Send
enbedded server this as a paramen
ter."
,
{
"server-arg"
,
'A'
,
"Send
option value to embedded server as a parame
ter."
,
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"server-file"
,
'F'
,
"Read embedded server arguments from file."
,
{
"server-file"
,
'F'
,
"Read embedded server arguments from file."
,
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
...
@@ -4813,8 +4813,8 @@ int main(int argc, char **argv)
...
@@ -4813,8 +4813,8 @@ int main(int argc, char **argv)
/*
/*
my_stat() successful on result file. Check if we have not run a
my_stat() successful on result file. Check if we have not run a
single query, but we do have a result file that contains data.
single query, but we do have a result file that contains data.
Note that we don't care, if my_stat() fails. For example
for
Note that we don't care, if my_stat() fails. For example
, for a
non-existing or non-readable file we assume it's fine to have
non-existing or non-readable file
,
we assume it's fine to have
no query output from the test file, e.g. regarded as no error.
no query output from the test file, e.g. regarded as no error.
*/
*/
die
(
"No queries executed but result file found!"
);
die
(
"No queries executed but result file found!"
);
...
...
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