Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-12-21 | 39 | -1264/+2225 |
|\ | |||||
| * | Merge branch 'merge/merge-pcre' into 10.0 | Sergei Golubchik | 2015-12-13 | 39 | -1264/+2225 |
| |\ | |||||
| | * | 8.38 | Sergei Golubchik | 2015-12-13 | 56 | -1646/+2886 |
| | | | |||||
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-11-19 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | MDEV-8533 Debug embedded server does not build on Windows | Vladislav Vaintroub | 2015-11-09 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pre/CMakeLists.txt defines CMAKE_DEBUG_POSTFIX which causes a different library name on Windows debug build (pcred.lib rather than pre.lib) However MERGE_LIBRARIES macro that is used to create static embedded library (out of other static libraries), can not handle per-configuration library names. Thus the build fails with "pre.lib not found" Fix is to remove unnecessary CMAKE_DEBUG_POSTFIX | ||||
* | | | restore CRLF file ending in the test data | Sergei Golubchik | 2015-09-14 | 1 | -2/+2 |
| | | | |||||
* | | | Fix spelling errors | Otto Kekäläinen | 2015-08-27 | 1 | -1/+1 |
|/ / | |||||
* | | CRLF | Sergei Golubchik | 2015-06-11 | 1 | -616/+616 |
| | | |||||
* | | Merge branch 'merge-pcre' into 10.0 | Sergei Golubchik | 2015-05-04 | 41 | -768/+1695 |
|\ \ | |/ | |||||
| * | 8.37 | Sergei Golubchik | 2015-05-04 | 79 | -7082/+10402 |
| | | |||||
* | | pcre-8.36 | Sergei Golubchik | 2014-11-20 | 50 | -3102/+4194 |
|\ \ | |/ | |||||
| * | 8.36 | Sergei Golubchik | 2014-11-18 | 71 | -4612/+6719 |
| | | |||||
* | | pcre-8.35 | Sergei Golubchik | 2014-06-05 | 79 | -2974/+4679 |
|\ \ | |/ | |||||
| * | pcre-8.35.tar.bz2 | Sergei Golubchik | 2014-06-05 | 107 | -4072/+21415 |
| | | |||||
| * | pcre-8.34 | Sergei Golubchik | 2014-06-05 | 361 | -0/+270599 |
| | |||||
* | remove and ignore generated pcre files | Sergei Golubchik | 2014-06-05 | 3 | -551/+0 |
| | |||||
* | MDEV-6149 Include file pcre.h missing in binary dist, meaing I_S plugins ↵ | Sergei Golubchik | 2014-06-05 | 1 | -0/+2 |
| | | | | | | can't be built when the bundled pcre is used, install its pcre.h in mysql/private/ | ||||
* | merge 10.0-base ->10.0 | unknown | 2014-02-05 | 168 | -6712/+12121 |
|\ | |||||
| * | Upgrading the bundled PCRE to 8.34 | Alexander Barkov | 2014-02-03 | 168 | -6705/+12145 |
| | | |||||
* | | MDEV-5357 REGEXP word boundaries don't work | Alexander Barkov | 2013-12-02 | 2 | -0/+37 |
|/ | | | | | | | Applied a patch from Philip Hazel implementing the non-standard syntax for word boundaries in PCRE, for compatibility with the old Henry Spencer's regex library. | ||||
* | MDEV-4425 Regexp enhancements | Alexander Barkov | 2013-10-11 | 1 | -0/+13 |
| | | | | | | Mark a few PCRE CMake variables as advanced, so the are not presented in cmake-gui by default. | ||||
* | MDEV-4425 Regexp enhancements | Alexander Barkov | 2013-10-04 | 1 | -0/+2 |
| | | | | | | | Fixing compilation failure on Solaris. The int64_t type was not defined because stdint.h was not included due to a missing definition in pcre/config-cmake.h.in. | ||||
* | MDEV-4425 Regexp enhancements | Alexander Barkov | 2013-10-03 | 1 | -2/+2 |
| | | | | | | | | PCRE unit tests failed on Ubuntu Precise, because "source" is not a known command in "dash" (the default shell in Precise). Changing "source" to ".", which should be understood in all shells. | ||||
* | MDEV-4425 REGEXP enhancements | Alexander Barkov | 2013-10-02 | 3 | -0/+10 |
| | | | | | | | | Adding pcre_stack_guard to avoid crashes in pcre_compile() on a long recursive patterns with parenthesizes: SELECT a RLIKE '((((...((((x)))...))))'; | ||||
* | MDEV-4425 Regexp enhancements | Alexander Barkov | 2013-10-02 | 1 | -663/+0 |
| | | | | | Removing pcre.h from the tree, it's generated from pcre.h.in | ||||
* | MDEV-4424 Regexp enhancements | Alexander Barkov | 2013-10-02 | 1 | -23/+29 |
| | | | | | | - Commenting out unused instructions in pcre/CMakeLists.txt - Don't print PCRE configuration status by default. | ||||
* | pcre: removing CMake-2.8 requirement. | Alexander Barkov | 2013-10-01 | 1 | -4/+0 |
| | | | | | It seems to compile/work fine with CMake-2.6. | ||||
* | pcre: fixing linking error one some systems: | Alexander Barkov | 2013-09-30 | 1 | -2/+2 |
| | | | | | | | | | | libmysqld.a(pcre_exec.c.o): relocation R_X86_64_32S against `_pcre_ucd_stage1' can not be used when making a shared object; make[2]: Leaving directory `/mnt/buildbot/build/mariadb-10.0.3' recompile with -fPIC Changing ADD_LIBRARY(pcre) to ADD_CONVENIENCE_LIBRARY(pcre) | ||||
* | Removing configuration switches that are not needed for MariaDB | Alexander Barkov | 2013-09-27 | 1 | -394/+11 |
| | | | | | from pcre/CMakeLists.txt | ||||
* | pcre: | Alexander Barkov | 2013-09-27 | 1 | -113/+0 |
| | | | | | | - do not install anything from pcre library - do not build the c++ library | ||||
* | pcre: Removing config.h from the tree, it's a generated file. | Alexander Barkov | 2013-09-27 | 1 | -54/+0 |
| | |||||
* | MDEV-4425 REGEXP enhancements | Alexander Barkov | 2013-09-26 | 307 | -0/+191241 |