Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.0-base -> 10.0 | Igor Babaev | 2013-04-17 | 6 | -24/+13 |
|\ | |||||
| * | Merge 5.5->10.0-base | unknown | 2013-04-17 | 5 | -23/+12 |
| |\ | |||||
| | * | Fix race in test case. | unknown | 2013-04-16 | 1 | -0/+2 |
| | * | compiler warnings | Sergei Golubchik | 2013-04-14 | 4 | -23/+10 |
| * | | Fixes for stuff seen in buildbot: | unknown | 2013-04-16 | 2 | -2/+2 |
* | | | Merge 10.0-base -> 10.0 (GTID). | unknown | 2013-04-17 | 2 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | MDEV-26: Global transaction ID. First alpha release. | unknown | 2013-04-15 | 2 | -6/+6 |
| |\ \ | |||||
* | \ \ | 10.0-base merge | Sergei Golubchik | 2013-04-15 | 249 | -6796/+11030 |
|\ \ \ \ | |/ / / | |||||
| * | | | 5.5 merge | Sergei Golubchik | 2013-04-14 | 17 | -18/+319 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | MDEV-4338 - Support FusionIO/directFS atomic writes | Vladislav Vaintroub | 2013-04-06 | 5 | -0/+153 |
| | * | | MDEV-4338 - Support FusionIO/directFS atomic writes | Vladislav Vaintroub | 2013-04-06 | 5 | -0/+153 |
| | * | | MDEV-4243 Warnings/errors while compiling with clang | Sergei Golubchik | 2013-03-28 | 7 | -18/+13 |
| * | | | Linking problem on Windows | Sergei Golubchik | 2013-04-10 | 2 | -8/+4 |
| * | | | put status variables in the proper pluginname_ scope | Sergei Golubchik | 2013-04-09 | 3 | -14/+9 |
| * | | | MDEV-4022 table attributes with sysvar as a default value | Sergei Golubchik | 2013-04-09 | 1 | -0/+10 |
| * | | | error messages: name the storage engine explicitly, | Sergei Golubchik | 2013-04-09 | 6 | -15/+21 |
| * | | | post-review comments and other minor edits | Sergei Golubchik | 2013-04-09 | 1 | -3/+4 |
| * | | | mysql-test fixes | Sergei Golubchik | 2013-04-09 | 3 | -11/+2 |
| * | | | assisted discovery in federatedx | Sergei Golubchik | 2013-04-09 | 2 | -18/+87 |
| * | | | fix internal plugin names | Sergei Golubchik | 2013-04-09 | 2 | -2/+2 |
| * | | | TABLE_SHARE::free_frm_image() method to free the memory | Sergei Golubchik | 2013-04-09 | 1 | -1/+1 |
| * | | | * frm extra2 segment. | Sergei Golubchik | 2013-04-09 | 4 | -26/+61 |
| * | | | sequence engine | Sergei Golubchik | 2013-04-09 | 6 | -0/+712 |
| * | | | test_sql_discovery storage engine | Sergei Golubchik | 2013-04-09 | 15 | -0/+557 |
| * | | | discovery using sql CREATE TABLE statement | Sergei Golubchik | 2013-04-09 | 1 | -3/+2 |
| * | | | CREATE TABLE and frm-less discovering engines. | Sergei Golubchik | 2013-04-09 | 4 | -15/+13 |
| * | | | HA_ERR_TABLE_DEF_CHANGED support in ha_archive | Sergei Golubchik | 2013-04-09 | 2 | -62/+82 |
| * | | | move writing of the frm into init_from_binary_frm_image() | Sergei Golubchik | 2013-04-09 | 1 | -12/+14 |
| * | | | handlerton::discover_table_names() can not discover only | Sergei Golubchik | 2013-04-09 | 1 | -4/+4 |
| * | | | single table discovery: handlerton::discover_table() method. | Sergei Golubchik | 2013-04-09 | 3 | -27/+27 |
| * | | | * don't use 1-8 numbers for open_table_error codes, use an enum. | Sergei Golubchik | 2013-04-09 | 2 | -8/+13 |
| * | | | file-based table discovery for discovering storage engines | Sergei Golubchik | 2013-04-09 | 1 | -1/+0 |
| * | | | remove #if MYSQL_VERSION_ID | Sergei Golubchik | 2013-04-07 | 2 | -157/+50 |
| * | | | * move bas_ext from the handler to the handlerton | Sergei Golubchik | 2013-04-07 | 28 | -214/+53 |
| * | | | s/st_ha_create_information/HA_CREATE_INFO/ | Sergei Golubchik | 2013-04-07 | 1 | -3/+0 |
| * | | | my_dir() cleanup | Sergei Golubchik | 2013-04-07 | 3 | -3/+3 |
| * | | | small cleanup | Sergei Golubchik | 2013-04-07 | 1 | -17/+1 |
| * | | | remove ULL() and LL(), because they're totally unnecessary | Sergei Golubchik | 2013-04-07 | 15 | -43/+46 |
| * | | | 5.5 merge | Sergei Golubchik | 2013-03-27 | 183 | -6380/+9211 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | 5.3 merge | Sergei Golubchik | 2013-03-27 | 1 | -0/+14 |
| | |\ | |||||
| | | * | MDEV-4277: Crash inside mi_killed_in_mariadb() with myisammrg | Sergey Petrunya | 2013-03-21 | 1 | -0/+14 |
| | * | | extend check_global_access() to avoid my_error when it's not needed | Sergei Golubchik | 2013-03-19 | 1 | -23/+23 |
| | * | | fix innodb failures on solaris | Sergei Golubchik | 2013-03-11 | 1 | -0/+2 |
| | * | | MDEV-4186 Test case main.myisampack fails on ppc32 (only) | Sergei Golubchik | 2013-03-08 | 2 | -9/+9 |
| | * | | merge with XtraDB as of Percona-Server-5.5.30-rel30.1 | Sergei Golubchik | 2013-03-08 | 35 | -546/+1137 |
| | * | | Automatic merge | Michael Widenius | 2013-03-01 | 1 | -1/+0 |
| | |\ \ | |||||
| | | * | | Added support for --crash-script in mysqld_safe. | Michael Widenius | 2013-02-28 | 1 | -1/+0 |
| | * | | | merge with XtraDB as of Percona-Server-5.5.29-rel30.0 | Sergei Golubchik | 2013-02-28 | 40 | -396/+972 |
| | * | | | 5.3->5.5 merge | Sergei Golubchik | 2013-02-28 | 2 | -13/+41 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | 5.2 -> 5.3 | Sergei Golubchik | 2013-02-28 | 43 | -295/+994 |
| | | |\ \ |