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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
272b8d24
Commit
272b8d24
authored
Sep 24, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A fix. Please never use 'ulong' here!
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
parent
addd5364
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
include/mysql.h
include/mysql.h
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
272b8d24
...
...
@@ -86,6 +86,7 @@ peter@linux.local
peter@mysql.com
peterg@mysql.com
pgulutzan@linux.local
ram@gw.mysql.r18.ru
ram@mysql.r18.ru
ram@ram.(none)
ranger@regul.home.lan
...
...
include/mysql.h
View file @
272b8d24
...
...
@@ -352,7 +352,7 @@ int STDCALL mysql_ping(MYSQL *mysql);
const
char
*
STDCALL
mysql_stat
(
MYSQL
*
mysql
);
const
char
*
STDCALL
mysql_get_server_info
(
MYSQL
*
mysql
);
const
char
*
STDCALL
mysql_get_client_info
(
void
);
u
long
STDCALL
mysql_get_client_version
(
void
);
u
nsigned
long
STDCALL
mysql_get_client_version
(
void
);
const
char
*
STDCALL
mysql_get_host_info
(
MYSQL
*
mysql
);
unsigned
int
STDCALL
mysql_get_proto_info
(
MYSQL
*
mysql
);
MYSQL_RES
*
STDCALL
mysql_list_dbs
(
MYSQL
*
mysql
,
const
char
*
wild
);
...
...
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