Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oqgraph fix: not all gcc versions support -fvisibility-inlines-hidden | Sergei Golubchik | 2010-05-15 | 2 | -0/+18 |
* | create table options bug: | Sergei Golubchik | 2010-04-30 | 1 | -0/+9 |
* | small changes to WL#43: | Sergei Golubchik | 2010-04-30 | 1 | -1/+1 |
* | Merge OQGraph into MariaDB 5.2. | unknown | 2010-05-06 | 14 | -0/+3152 |
|\ | |||||
| * | MBug#524625: OQGraph error with binary logging enabled | unknown | 2010-04-12 | 1 | -1/+2 |
| * | Merge Oqgraph with MariaDB 5.2 trunk | unknown | 2010-04-09 | 38 | -69/+1584 |
| |\ | |||||
| * \ | Merge OQGraph into MariaDB 5.2. | unknown | 2010-03-31 | 24 | -15/+3174 |
| |\ \ | |||||
| | * | | 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 |
| | * | | automerge | unknown | 2010-03-30 | 258 | -3812/+7378 |
| | |\ \ | |||||
| | * | | | 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 |
| | * | | | Merge OQGraph into latest MariaDB trunk. | unknown | 2010-01-04 | 14 | -0/+3186 |
| | |\ \ \ | |||||
| | | * | | | Import OQGraph engine into MariaDB. | unknown | 2010-01-04 | 14 | -0/+3186 |
* | | | | | | Automerge mariadb 5.1 -> mariadb 5.2 | unknown | 2010-05-05 | 5 | -2/+16 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Fix a bunch of Windows warnings | Bo Thorsen | 2010-04-21 | 4 | -1/+14 |
| * | | | | | Fix Windows compile | bo.thorsen | 2010-04-09 | 1 | -1/+2 |
* | | | | | | Merge with local tree | Michael Widenius | 2010-04-08 | 2 | -4/+3 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge with 5.1 | Michael Widenius | 2010-04-08 | 2 | -4/+3 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Fixed syntax error and some timeing issues in test suite | Michael Widenius | 2010-04-08 | 1 | -1/+2 |
| | * | | | | | Removed compiler warnings | Michael Widenius | 2010-04-07 | 1 | -1/+1 |
* | | | | | | | MWL#43 CREATE TABLE options (by Sanja) | Sergei Golubchik | 2010-04-08 | 3 | -25/+167 |
|/ / / / / / | |||||
* | | | | | | Merge with the latest changes of 5.2 | Igor Babaev | 2010-04-03 | 27 | -19/+1374 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fixes for windows builds | Sergei Golubchik | 2010-04-02 | 1 | -2/+3 |
| * | | | | | | Maria WL#61 | unknown | 2010-04-01 | 17 | -3/+1351 |
| * | | | | | | Auto merge with 5.1 | Michael Widenius | 2010-04-01 | 2 | -2/+0 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Added missing space from last push | Michael Widenius | 2010-03-31 | 2 | -2/+0 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge with 5.1 | Michael Widenius | 2010-04-01 | 10 | -14/+22 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Removed compiler warning | Michael Widenius | 2010-03-30 | 4 | -2/+7 |
| | * | | | | Fixed compiler warnings and sporadic failures in test cases | Michael Widenius | 2010-03-28 | 7 | -13/+17 |
* | | | | | | Merge with the latest changes og 5.2. | Igor Babaev | 2010-03-31 | 2 | -31/+21 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fixed some compiler warnings | Michael Widenius | 2010-03-31 | 1 | -2/+0 |
| | |/ / / | |/| | | | |||||
| * | | | | Compiler warnings removed. | unknown | 2010-03-30 | 1 | -1/+4 |
| * | | | | Remove compiler warning | unknown | 2010-03-30 | 1 | -0/+1 |
| * | | | | Atomic operation removed because we do not need it. | unknown | 2010-03-29 | 1 | -28/+16 |
* | | | | | Merge with the latest changes in the 5.2 tree. | Igor Babaev | 2010-03-29 | 40 | -297/+566 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merged | Sergei Golubchik | 2010-03-15 | 36 | -285/+544 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix myisam checksum patch to check for HA_OPTION_CHECKSUM after it was set, n... | Sergei Golubchik | 2010-03-12 | 1 | -7/+7 |
| | * | | | Fix for Bug #534626 MyISAM table created in MariaDB not readable by MySQL | Michael Widenius | 2010-03-10 | 1 | -0/+7 |
| | * | | | Fix some compiler warnings seen in Buildbot. | unknown | 2010-03-10 | 6 | -5/+11 |
| | * | | | Automerge MySQL 5.1.44 merge into latest MariaDB trunk. | unknown | 2010-03-10 | 22 | -235/+425 |
| | |\ \ \ | |||||
| | | * \ \ | Merge MySQL 5.1.44 into MariaDB. | unknown | 2010-03-04 | 22 | -235/+425 |
| | | |\ \ \ | |||||
| | | | * | | | Fix for valgrind warning: check whether pointer was initialized. | Davi Arnaut | 2010-02-02 | 1 | -1/+1 |
| | | | * | | | Applying InnoDB snapshot, fixes BUG#46193. | Sergey Vojtovich | 2010-01-22 | 2 | -103/+131 |
| | | | * | | | Applying InnoDB snapshot | Sergey Vojtovich | 2010-01-22 | 2 | -5/+5 |
| | | | * | | | Applying InnoDB snapshot, fixes BUG#49238. | Sergey Vojtovich | 2010-01-22 | 1 | -9/+23 |
| | | | * | | | Apply patch on behalf of Magnus: | Davi Arnaut | 2010-01-20 | 1 | -1/+1 |
| | | | * | | | Apply patch on behalf of the NDB team: | Davi Arnaut | 2010-01-20 | 5 | -18/+18 |
| | | | * | | | merge mysql-5.0-bugteam to mysql-5.1-bugteam | Satya B | 2009-12-24 | 1 | -1/+0 |
| | | | * | | | Applying InnoDB snapshot 5.1-ss6344, Fixes BUG#47814 | Satya B | 2009-12-23 | 7 | -60/+193 |