Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK" | Michael Widenius | 2011-04-28 | 1 | -0/+2 |
* | Merge various replication-related patches into MariaDB 5.3: | unknown | 2011-04-08 | 1 | -0/+4 |
|\ | |||||
| * | Merge MariaDB 5.2.5 release into MariaDB-5.2-rpl. | unknown | 2011-04-01 | 1 | -27/+46 |
| |\ | |||||
| * \ | Merge MWL#116 into mariadb-5.2-rpl. | unknown | 2010-12-25 | 1 | -0/+4 |
| |\ \ | |||||
| | * \ | Merge latest MariaDB 5.1 into MWL#116. | unknown | 2010-11-01 | 1 | -46/+88 |
| | |\ \ | |||||
| | * | | | MWL#116: Efficient group commit: Fix bug that binlog pos stored by XtraDB dur... | unknown | 2010-10-18 | 1 | -0/+4 |
* | | | | | Merge with 5.2 | Michael Widenius | 2011-03-09 | 1 | -22/+37 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge with 5.1 to get in changes from MySQL 5.1.55 | Michael Widenius | 2011-02-28 | 1 | -22/+37 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge with MySQL 5.1.55 | Michael Widenius | 2011-02-20 | 1 | -22/+37 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge | Kent Boortz | 2010-12-29 | 1 | -1/+1 |
| | | |\ \ \ \ | |||||
| | | | * | | | | - Added/updated copyright headers | Kent Boortz | 2010-12-28 | 1 | -1/+1 |
| | | * | | | | | BUG#46166 | Luis Soares | 2010-12-16 | 1 | -14/+36 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | BUG#46166: MYSQL_BIN_LOG::new_file_impl is not propagating error | Luis Soares | 2010-11-30 | 1 | -14/+36 |
| | | * | | | | | | Fixed following problems: | Sergey Glukhov | 2010-12-14 | 1 | -7/+0 |
| | | |/ / / / / | |||||
| * | | | | | | | Merge with alias as String | Michael Widenius | 2011-02-28 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Change TABLE->alias to String for less memory reallocation | Michael Widenius | 2011-02-28 | 1 | -2/+1 |
* | | | | | | | | | Merge with 5.1 | Michael Widenius | 2011-01-11 | 1 | -3/+8 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Merge with 5.1 | Michael Widenius | 2011-01-05 | 1 | -3/+8 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | / / / | | |_|_|_|/ / / | |/| | | | | | | |||||
| | * | | | | | | Speed up `mtr --parallel=<lots>` by scheduling some slow tests earlier. | unknown | 2011-01-03 | 1 | -3/+8 |
* | | | | | | | | Implementation of MWL#172: Add support for prepared statements to HANDLER READ | Michael Widenius | 2011-01-04 | 1 | -0/+1 |
* | | | | | | | | Merge with 5.1-release. | Michael Widenius | 2010-12-06 | 1 | -0/+17 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | merge with 5.1 | Michael Widenius | 2010-11-30 | 1 | -0/+17 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | / / / / / | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | Merge with MySQL 5.1.53 | Michael Widenius | 2010-11-25 | 1 | -0/+17 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Bug#27606 GRANT statement should be replicated with DEFINER information | unknown | 2010-10-23 | 1 | -0/+7 |
| | | * | | | | Bug#56118 STOP SLAVE does not wait till trx with CREATE TMP TABLE ends, | unknown | 2010-10-16 | 1 | -0/+10 |
* | | | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data. | Michael Widenius | 2010-11-27 | 1 | -48/+0 |
* | | | | | | | Code cleanup to get fewer reallocs() during execution. | Michael Widenius | 2010-11-24 | 1 | -2/+1 |
* | | | | | | | Automerge with 5.2 | Michael Widenius | 2010-11-05 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Automatic merge with 5.1 | Michael Widenius | 2010-11-04 | 1 | -1/+3 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Fix for: LP #634955: Assert in _ma_update_at_original_place() | Michael Widenius | 2010-11-02 | 1 | -1/+3 |
| | | |_|_|/ | | |/| | | | |||||
* | | | | | | 5.2 merge | Sergei Golubchik | 2010-10-28 | 1 | -0/+19 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | merge with 5.1 | Sergei Golubchik | 2010-10-25 | 1 | -0/+19 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | 5.1.51 merge | Sergei Golubchik | 2010-10-19 | 1 | -0/+19 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | WL#5370 Keep forward-compatibility when changing | unknown | 2010-08-18 | 1 | -0/+19 |
* | | | | | | Merge from mariadb-5.1 (through mariadb-5.2) | Igor Babaev | 2010-10-14 | 1 | -46/+69 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge | Igor Babaev | 2010-10-14 | 1 | -46/+69 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Use less memory on stack in sql_parse.cc and in repair/check for MyISAM & Aria | Michael Widenius | 2010-10-12 | 1 | -46/+69 |
| | | |_|/ | | |/| | | |||||
* | | | | | Merge 5.2->5.3 | Sergey Petrunya | 2010-10-10 | 1 | -80/+121 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Automatic merge | Michael Widenius | 2010-10-01 | 1 | -3/+1 |
| |\ \ \ \ | |||||
| | * | | | | Fix usage of mysqld option --new, --old, --safe and --skip_new to not disable... | Michael Widenius | 2010-09-23 | 1 | -3/+1 |
| * | | | | | rename maria to aria | Sergei Golubchik | 2010-09-12 | 1 | -4/+4 |
| * | | | | | merge with 5.1 | Sergei Golubchik | 2010-09-11 | 1 | -22/+33 |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | |||||
| | * | | | Automatic merge with 5.1-release (5.1.50) | Michael Widenius | 2010-09-09 | 1 | -3/+3 |
| | |\ \ \ | |||||
| | | * | | | Fix that one can run mysql_upgrade with long table names | Michael Widenius | 2010-09-03 | 1 | -3/+3 |
| | * | | | | Write message to stderr if recovery is not likely to succeed because we don't... | Michael Widenius | 2010-09-09 | 1 | -1/+1 |
| | |/ / / | |||||
| | * | | | Merge with MySQL 5.1.50 | Michael Widenius | 2010-08-27 | 1 | -19/+30 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | BUG#49124 Security issue with /*!-versioned */ SQL statements on Slave | unknown | 2010-07-29 | 1 | -6/+6 |
| | | * | | Merge 5.1-bugteam -> 5.1-bug-42496 | Dmitry Shulga | 2010-07-23 | 1 | -7/+12 |
| | | |\ \ | |||||
| | | | * | | Bug#45288: pb2 returns a lot of compilation warnings on linux | Davi Arnaut | 2010-07-20 | 1 | -6/+11 |
| | | | * | | The following statements support the CURRENT_USER() where a user is needed. | unknown | 2010-07-04 | 1 | -1/+1 |