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
f312a516
Commit
f312a516
authored
Feb 22, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mashka.mysql.fi:/home/my/mysql-4.0 sql/sql_yacc.yy: Auto merged
parents
62b22fb7
e06fbc57
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
libmysql/libmysql.c
libmysql/libmysql.c
+2
-1
sql/sql_yacc.yy
sql/sql_yacc.yy
+1
-0
No files found.
libmysql/libmysql.c
View file @
f312a516
...
@@ -696,7 +696,8 @@ mysql_debug(const char *debug __attribute__((unused)))
...
@@ -696,7 +696,8 @@ mysql_debug(const char *debug __attribute__((unused)))
#else
#else
{
{
char
buff
[
80
];
char
buff
[
80
];
strxnmov
(
buff
,
sizeof
(
buff
),
"libmysql: "
,
env
);
buff
[
sizeof
(
buff
)
-
1
]
=
0
;
strxnmov
(
buff
,
sizeof
(
buff
)
-
1
,
"libmysql: "
,
env
,
NullS
);
MessageBox
((
HWND
)
0
,
"Debugging variable MYSQL_DEBUG used"
,
buff
,
MB_OK
);
MessageBox
((
HWND
)
0
,
"Debugging variable MYSQL_DEBUG used"
,
buff
,
MB_OK
);
}
}
#endif
#endif
...
...
sql/sql_yacc.yy
View file @
f312a516
...
@@ -3364,6 +3364,7 @@ keyword:
...
@@ -3364,6 +3364,7 @@ keyword:
| MASTER_PASSWORD_SYM {}
| MASTER_PASSWORD_SYM {}
| MASTER_SERVER_ID_SYM {}
| MASTER_SERVER_ID_SYM {}
| MASTER_CONNECT_RETRY_SYM {}
| MASTER_CONNECT_RETRY_SYM {}
| MASTER_SERVER_ID_SYM {}
| MAX_CONNECTIONS_PER_HOUR {}
| MAX_CONNECTIONS_PER_HOUR {}
| MAX_QUERIES_PER_HOUR {}
| MAX_QUERIES_PER_HOUR {}
| MAX_UPDATES_PER_HOUR {}
| MAX_UPDATES_PER_HOUR {}
...
...
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