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
0d0e3674
Commit
0d0e3674
authored
Aug 20, 2008
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Cleanup: make dict_scan_to() a static function.
parent
0d8f5237
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
dict/dict0dict.c
dict/dict0dict.c
+1
-1
include/dict0dict.h
include/dict0dict.h
+0
-11
No files found.
dict/dict0dict.c
View file @
0d0e3674
...
...
@@ -2409,7 +2409,7 @@ dict_foreign_add_to_cache(
Scans from pointer onwards. Stops if is at the start of a copy of
'string' where characters are compared without case sensitivity, and
only outside `` or "" quotes. Stops also at '\0'. */
UNIV_INTERN
static
const
char
*
dict_scan_to
(
/*=========*/
...
...
include/dict0dict.h
View file @
0d0e3674
...
...
@@ -1068,17 +1068,6 @@ dict_tables_have_same_db(
const
char
*
name2
);
/* in: table name in the form
dbname '/' tablename */
/*************************************************************************
Scans from pointer onwards. Stops if is at the start of a copy of
'string' where characters are compared without case sensitivity. Stops
also at '\0'. */
const
char
*
dict_scan_to
(
/*=========*/
/* out: scanned up to this */
const
char
*
ptr
,
/* in: scan from */
const
char
*
string
);
/* in: look for this */
/*************************************************************************
Removes an index from the cache */
UNIV_INTERN
void
...
...
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