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
4007eaba
Commit
4007eaba
authored
Jan 26, 2019
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed declaration of strconvert() from innodb_priv.h
parent
c0c62196
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
sql/innodb_priv.h
sql/innodb_priv.h
+1
-3
No files found.
sql/innodb_priv.h
View file @
4007eaba
...
...
@@ -19,15 +19,13 @@
/** @file Declaring server-internal functions that are used by InnoDB. */
#include <sql_priv.h>
#include <strfunc.h>
/* strconvert */
class
THD
;
int
get_quote_char_for_identifier
(
THD
*
thd
,
const
char
*
name
,
size_t
length
);
bool
schema_table_store_record
(
THD
*
thd
,
TABLE
*
table
);
void
localtime_to_TIME
(
MYSQL_TIME
*
to
,
struct
tm
*
from
);
uint
strconvert
(
CHARSET_INFO
*
from_cs
,
const
char
*
from
,
size_t
from_length
,
CHARSET_INFO
*
to_cs
,
char
*
to
,
size_t
to_length
,
uint
*
errors
);
void
sql_print_error
(
const
char
*
format
,
...);
...
...
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