Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Fixed compiler warnings and some test failures found by buildbot | Michael Widenius | 2011-02-23 | 1 | -1/+1 | |
| | * | | | | Merge with 5.1-release. | Michael Widenius | 2010-12-06 | 2 | -3/+2 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Fixed some compiler warnings found when compiling for windows. | Michael Widenius | 2010-11-30 | 1 | -4/+4 | |
* | | | | | | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Push a lot of small fixes to get larger parts to compile | Michael Widenius | 2013-05-21 | 1 | -4/+4 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | ha_cassandra.so and ha_oqgraph.so can be build only if boost is installed | Alexander Barkov | 2013-04-25 | 1 | -0/+2 | |
* | | | | | | | 10.0-base merge | Sergei Golubchik | 2013-04-15 | 3 | -16/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | remove #if MYSQL_VERSION_ID | Sergei Golubchik | 2013-04-07 | 2 | -157/+50 | |
| * | | | | | 5.5 merge | Sergei Golubchik | 2013-03-27 | 1 | -0/+1 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | Compilation : fix oqgraph's system check, in case where boost header aren't i... | Vladislav Vaintroub | 2013-02-24 | 1 | -0/+1 | |
| | |/ / / | ||||||
* | | | | | Merge MariaDB 10.0-base to MariaDB 10.0 | unknown | 2012-12-18 | 1 | -4/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | simplify the handler api - table_type() is no longer abstract, not even virtual | Sergei Golubchik | 2012-12-17 | 1 | -4/+0 | |
| |/ / / | ||||||
* | | | | fix oqgraph compilation failures. | Sergei Golubchik | 2012-10-20 | 1 | -182/+82 | |
|/ / / | ||||||
* | | | MDEV-336 oqgraph 5.5 crashes in buildbot | Sergei Golubchik | 2012-08-11 | 1 | -1/+1 | |
* | | | fix oqgraph on MSVC | Vladislav Vaintroub | 2012-08-02 | 1 | -3/+7 | |
* | | | MDEV-336 oqgraph 5.5 crashes in buildbot | Sergei Golubchik | 2012-07-31 | 1 | -2/+8 | |
* | | | 5.3.4 merge | Sergei Golubchik | 2012-02-15 | 1 | -7/+7 | |
|\ \ \ | ||||||
| * | | | LPBUG#906638 : Fixes to build oqgraph with boost 1.48 | Vladislav Vaintroub | 2011-12-22 | 1 | -7/+7 | |
* | | | | Fix oqgraph so it can be built on Window as well. | Vladislav Vaintroub | 2011-12-30 | 1 | -7/+7 | |
* | | | | Fix oqgraph build . Plugin does not need rtti, and does not load if rtti comp... | Vladislav Vaintroub | 2011-12-28 | 1 | -1/+0 | |
* | | | | Fixed that oqgraph and libmysqld/examples compiles on OpenSuse 11.4 | Michael Widenius | 2011-10-26 | 1 | -0/+1 | |
* | | | | fixes for windows | Sergei Golubchik | 2011-10-21 | 1 | -4/+3 | |
* | | | | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 2 | -27/+32 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Detect Boost installation and build OQGRAPH when possible. For now, disable o... | Vladislav Vaintroub | 2011-04-10 | 1 | -2/+10 | |
| | |/ | |/| | ||||||
| * | | Fixed compiler warnings but calling field->store(longlong, unsigned_flag) wit... | Michael Widenius | 2010-12-04 | 1 | -5/+5 | |
| * | | Merge MariaDB 5.1->5.2 | unknown | 2010-11-19 | 1 | -1/+0 | |
| |/ | ||||||
* | | fixing pbxt and oqgraph suites | Sergei Golubchik | 2011-07-14 | 1 | -1/+2 | |
* | | remove unused autotools files | Sergei Golubchik | 2011-07-03 | 2 | -138/+0 | |
* | | post-merge fixes. | Sergei Golubchik | 2011-07-02 | 1 | -0/+1 | |
* | | lots of post-merge changes | Sergei Golubchik | 2011-04-25 | 3 | -24/+26 | |
* | | merge. | Sergei Golubchik | 2010-11-25 | 1 | -26/+9 | |
|/ | ||||||
* | oqgraph and sphinx on windows | Sergei Golubchik | 2010-09-15 | 4 | -18/+33 | |
* | MYSQL_PLUGIN_WITHOUT() macro for plug.in | Sergei Golubchik | 2010-09-14 | 1 | -1/+1 | |
* | Fixed compiler warnings and test failures | Michael Widenius | 2010-08-06 | 1 | -1/+1 | |
* | oqgraph fix: not all gcc versions support -fvisibility-inlines-hidden | Sergei Golubchik | 2010-05-15 | 2 | -0/+18 | |
* | MBug#524625: OQGraph error with binary logging enabled | unknown | 2010-04-12 | 1 | -1/+2 | |
* | Fix compiler warnings | unknown | 2010-03-31 | 1 | -2/+4 | |
* | Comment out dtrace stuff for now, as it does not work properly on systems tha... | unknown | 2010-03-30 | 2 | -60/+15 | |
* | Require Boost version 1.40.0 to build OQGraph (earlier versions have a bug). | unknown | 2010-03-30 | 3 | -21/+29 | |
* | Fix wrong db_type for OQGraph hton. | unknown | 2010-01-04 | 1 | -1/+1 | |
* | Import OQGraph engine into MariaDB. | unknown | 2010-01-04 | 14 | -0/+3186 |