summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove .THIS filemariadb-10.0.3Sergei Golubchik2013-06-101-0/+0
* MDEV-4469 Fedora18 MariaDB-connect-engine packages are incorrectly asserting ...Sergei Golubchik2013-06-092-8/+8
* Merge from 10.0-connectAlexander Barkov2013-06-08122-3292/+6351
|\
| * Fixing a few compiler warningsAlexander Barkov2013-06-082-3/+5
| * - Change CRLF line endings to LFOlivier Bertrand2013-06-052-70/+70
| * - Adding parallelism to the TBL table typeOlivier Bertrand2013-06-044-21/+359
| * compiler warningsSergei Golubchik2013-06-032-9/+8
| * Fixing the problem with my_bool_t defined two times.Alexander Barkov2013-06-0314-18/+15
| * - Fix crash when a null qrp is returned for OCCUR tablesOlivier Bertrand2013-05-283-86/+86
| * - Extending connect_assisted_discovery column automatic definitionOlivier Bertrand2013-05-2810-47/+494
| * Recording test results forgotten in the commit adding thd_timezone_service.Alexander Barkov2013-05-283-6/+6
| * Merging with the latest 10.0Alexander Barkov2013-05-27100-247/+651
| |\
| * | - Fixing embedded verision of the Connect engine when handlingAlexander Barkov2013-05-274-0/+7
| * | Fixing ABI template, to take into account the latest change inAlexander Barkov2013-05-272-2/+2
| * | Fixing ABI template, to take into account the latest change inAlexander Barkov2013-05-271-1/+1
| * | - Fix Windows compile errorOlivier Bertrand2013-05-271-1/+1
| * | Adding the timezone plugin service, to convert betweenAlexander Barkov2013-05-2415-17/+203
| * | Do not run mysql.test in case of embedded server.Alexander Barkov2013-05-241-0/+7
| * | Splitting SQLite3 tests into two parts:Alexander Barkov2013-05-245-113/+193
| * | Removing more cases of direct use of thd.Alexander Barkov2013-05-241-5/+5
| * | Removing direct access to thd, using functions:Alexander Barkov2013-05-242-14/+14
| * | - Fix setting default type to MYSQL->PROXY->DOS in some places where itOlivier Bertrand2013-05-245-38/+58
| * | Connect: fixing non thread-safe code.Alexander Barkov2013-05-233-11/+10
| * | - Changing CONNECT version number and dateOlivier Bertrand2013-05-226-80/+100
| * | "mtr --suite=connect --embedded" tests did not work for two reasons:Alexander Barkov2013-05-2131-1025/+1175
| * | - Correct misplaced parenthesis in last changeOlivier Bertrand2013-05-202-4/+3
| * | - Save and restore srcdef when getting a sub-table (could stay in cache)Olivier Bertrand2013-05-202-3/+11
| * | - Removing unused copy fileOlivier Bertrand2013-05-191-1/+0
| * | - Commit merged and resolveOlivier Bertrand2013-05-1921-91/+123
| |\ \
| | * | Fixing warnings (mostly "no previous declaration")Alexander Barkov2013-05-138-8/+19
| | * | Fixing compiler warnings ("no previous declaration for ...")Alexander Barkov2013-05-137-10/+20
| | * | Fixing a few "no previous declaration" warningsAlexander Barkov2013-05-135-5/+9
| | * | Fixing a few compilation warnings ("no previous declaration for XXX")Alexander Barkov2013-05-138-62/+68
| * | | - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-1924-1384/+900
| |/ /
| * | - Commit merged changesOlivier Bertrand2013-05-132-1/+2
| |\ \
| | * \ Merge from maria-10.0Alexander Barkov2013-05-131-0/+1
| | |\ \
| | * | | Enabling --suite=connect by defaultAlexander Barkov2013-05-131-1/+1
| * | | | - Code cleaning. Eliminating unused code, functions, and variables.Olivier Bertrand2013-05-139-114/+21
| * | | | - fix use of uninitialized variable (colp)Olivier Bertrand2013-05-132-8/+8
| * | | | - Set tdbp to NULL when ignoredOlivier Bertrand2013-05-131-4/+9
| |/ / /
| * | | - Changing mode from +x to -xOlivier Bertrand2013-05-124-0/+0
| * | | - Code cleaning.Olivier Bertrand2013-05-128-45/+13
| * | | - Fix tabpivot compile errors on Linux.Olivier Bertrand2013-05-114-7/+7
| * | | - Added a test case for PIVOT tablesOlivier Bertrand2013-05-113-0/+398
| * | | - Add pivot table files and supportOlivier Bertrand2013-05-101-3/+3
| * | | - Added table type PIVOTOlivier Bertrand2013-05-1017-416/+442
| * | | - Fix inverted test on am in MYSQLDEF::DefineAMOlivier Bertrand2013-05-091-1/+1
| * | | - General code cleaning, eliminating a few potential bugsOlivier Bertrand2013-05-058-136/+34
| * | | - Add test for XCOL and OCCUR tablesOlivier Bertrand2013-05-045-13/+442
| * | | - Adding a loop test to prevent PROXY based table to loop when repointing on ...Olivier Bertrand2013-05-0213-490/+132