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
038554ec
Commit
038554ec
authored
Sep 30, 2013
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always include the local copy of pcre.h and pcreposix.h instead of the
system installed (if any).
parent
61a1c036
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
client/mysqltest.cc
client/mysqltest.cc
+1
-1
sql/item_cmpfunc.h
sql/item_cmpfunc.h
+1
-1
No files found.
client/mysqltest.cc
View file @
038554ec
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
#include <stdarg.h>
#include <stdarg.h>
#include <violite.h>
#include <violite.h>
#define PCRE_STATIC 1
/* Important on Windows */
#define PCRE_STATIC 1
/* Important on Windows */
#include
<pcreposix.h>
/* pcreposix regex library */
#include
"pcreposix.h"
/* pcreposix regex library */
#ifdef HAVE_SYS_WAIT_H
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#include <sys/wait.h>
#endif
#endif
...
...
sql/item_cmpfunc.h
View file @
038554ec
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include "thr_malloc.h"
/* sql_calloc */
#include "thr_malloc.h"
/* sql_calloc */
#include "item_func.h"
/* Item_int_func, Item_bool_func */
#include "item_func.h"
/* Item_int_func, Item_bool_func */
#define PCRE_STATIC 1
/* Important on Windows */
#define PCRE_STATIC 1
/* Important on Windows */
#include
<pcre.h>
/* pcre header file */
#include
"pcre.h"
/* pcre header file */
extern
Item_result
item_cmp_type
(
Item_result
a
,
Item_result
b
);
extern
Item_result
item_cmp_type
(
Item_result
a
,
Item_result
b
);
class
Item_bool_func2
;
class
Item_bool_func2
;
...
...
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