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
0a3d85ad
Commit
0a3d85ad
authored
Jul 05, 2010
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-fix for Bug#52929 : replace uint with "unsigned int" in mysql.h.pp
parent
b8f24eed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/mysql.h.pp
include/mysql.h.pp
+3
-3
No files found.
include/mysql.h.pp
View file @
0a3d85ad
...
@@ -233,10 +233,10 @@ extern void make_type(char *to,unsigned int nr,TYPELIB *typelib);
...
@@ -233,10 +233,10 @@ extern void make_type(char *to,unsigned int nr,TYPELIB *typelib);
extern
const
char
*
get_type
(
TYPELIB
*
typelib
,
unsigned
int
nr
);
extern
const
char
*
get_type
(
TYPELIB
*
typelib
,
unsigned
int
nr
);
extern
TYPELIB
*
copy_typelib
(
MEM_ROOT
*
root
,
TYPELIB
*
from
);
extern
TYPELIB
*
copy_typelib
(
MEM_ROOT
*
root
,
TYPELIB
*
from
);
extern
TYPELIB
sql_protocol_typelib
;
extern
TYPELIB
sql_protocol_typelib
;
my_ulonglong
find_set_from_flags
(
const
TYPELIB
*
lib
,
uint
default_name
,
my_ulonglong
find_set_from_flags
(
const
TYPELIB
*
lib
,
u
nsigned
int
default_name
,
my_ulonglong
cur_set
,
my_ulonglong
default_set
,
my_ulonglong
cur_set
,
my_ulonglong
default_set
,
const
char
*
str
,
uint
length
,
const
char
*
str
,
u
nsigned
int
length
,
char
**
err_pos
,
uint
*
err_len
);
char
**
err_pos
,
u
nsigned
int
*
err_len
);
typedef
struct
st_mysql_rows
{
typedef
struct
st_mysql_rows
{
struct
st_mysql_rows
*
next
;
struct
st_mysql_rows
*
next
;
MYSQL_ROW
data
;
MYSQL_ROW
data
;
...
...
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