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
a8207fae
Commit
a8207fae
authored
Nov 24, 2009
by
Tatiana A. Nurnberg
Browse files
Options
Browse Files
Download
Plain Diff
auto-merge
parents
2145c866
ec3e4477
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
36 deletions
+0
-36
include/mysql.h
include/mysql.h
+0
-10
include/mysql.h.pp
include/mysql.h.pp
+0
-10
libmysql/libmysql.c
libmysql/libmysql.c
+0
-14
libmysql/libmysql.def
libmysql/libmysql.def
+0
-1
libmysqld/libmysqld.def
libmysqld/libmysqld.def
+0
-1
No files found.
include/mysql.h
View file @
a8207fae
...
...
@@ -557,16 +557,6 @@ unsigned long STDCALL mysql_real_escape_string(MYSQL *mysql,
char
*
to
,
const
char
*
from
,
unsigned
long
length
);
void
STDCALL
mysql_debug
(
const
char
*
debug
);
char
*
STDCALL
mysql_odbc_escape_string
(
MYSQL
*
mysql
,
char
*
to
,
unsigned
long
to_length
,
const
char
*
from
,
unsigned
long
from_length
,
void
*
param
,
char
*
(
*
extend_buffer
)
(
void
*
,
char
*
to
,
unsigned
long
*
length
));
void
STDCALL
myodbc_remove_escape
(
MYSQL
*
mysql
,
char
*
name
);
unsigned
int
STDCALL
mysql_thread_safe
(
void
);
my_bool
STDCALL
mysql_embedded
(
void
);
...
...
include/mysql.h.pp
View file @
a8207fae
...
...
@@ -518,16 +518,6 @@ unsigned long mysql_real_escape_string(MYSQL *mysql,
char
*
to
,
const
char
*
from
,
unsigned
long
length
);
void
mysql_debug
(
const
char
*
debug
);
char
*
mysql_odbc_escape_string
(
MYSQL
*
mysql
,
char
*
to
,
unsigned
long
to_length
,
const
char
*
from
,
unsigned
long
from_length
,
void
*
param
,
char
*
(
*
extend_buffer
)
(
void
*
,
char
*
to
,
unsigned
long
*
length
));
void
myodbc_remove_escape
(
MYSQL
*
mysql
,
char
*
name
);
unsigned
int
mysql_thread_safe
(
void
);
my_bool
mysql_embedded
(
void
);
...
...
libmysql/libmysql.c
View file @
a8207fae
...
...
@@ -1629,20 +1629,6 @@ mysql_real_escape_string(MYSQL *mysql, char *to,const char *from,
return
(
uint
)
escape_string_for_mysql
(
mysql
->
charset
,
to
,
0
,
from
,
length
);
}
char
*
STDCALL
mysql_odbc_escape_string
(
MYSQL
*
mysql
__attribute__
((
unused
)),
char
*
to
__attribute__
((
unused
)),
ulong
to_length
__attribute__
((
unused
)),
const
char
*
from
__attribute__
((
unused
)),
ulong
from_length
__attribute__
((
unused
)),
void
*
param
__attribute__
((
unused
)),
char
*
(
*
extend_buffer
)(
void
*
,
char
*
,
ulong
*
)
__attribute__
((
unused
)))
{
return
NULL
;
}
void
STDCALL
myodbc_remove_escape
(
MYSQL
*
mysql
,
char
*
name
)
{
...
...
libmysql/libmysql.def
View file @
a8207fae
...
...
@@ -78,7 +78,6 @@ EXPORTS
mysql_next_result
mysql_num_fields
mysql_num_rows
mysql_odbc_escape_string
mysql_options
mysql_stmt_param_count
mysql_stmt_param_metadata
...
...
libmysqld/libmysqld.def
View file @
a8207fae
...
...
@@ -50,7 +50,6 @@ EXPORTS
mysql_next_result
mysql_num_fields
mysql_num_rows
mysql_odbc_escape_string
mysql_options
mysql_ping
mysql_query
...
...
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