summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Fix MDEV-7890Olivier Bertrand2015-04-045-16/+48
* Correct a typo that made multiple 1 tables to return 0 lines on LinuxOlivier Bertrand2015-04-021-1/+1
* - Fix MDEV-7879 by adding a test in all SetValue_pval function to return when...Olivier Bertrand2015-03-302-35/+52
* D:\Ber\Develop\git3.msgOlivier Bertrand2015-03-281-0/+8
* - Fix a bug that caused a crash when doing delete on a json table with wrong ...Olivier Bertrand2015-03-228-70/+29
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-1820-393/+958
* Add #include <ostream> in dict0mem.h and change iterator to const_iterator in...Buggynours2015-03-034-2/+4
* Merge remote-tracking branch 'origin/10.0' into 10.0Sergei Golubchik2015-03-0222-143/+711
|\
| * 10.0-connect mergeSergei Golubchik2015-03-0222-143/+711
| |\
| | * - Make json_udf test work on WindowsOlivier Bertrand2015-03-021-24/+33
| | * - Making json_udf test working on linuxOlivier Bertrand2015-03-013-15/+26
| | * - Remove a signed/unsigned warning.Olivier Bertrand2015-03-011-1/+1
| | * - Fix crash when Json_Value was called without arguments.Olivier Bertrand2015-03-0111-46/+356
| | * - Implement random access to ODBC tablesOlivier Bertrand2015-02-289-74/+209
| | * - FIX assert failure when sorting JSON tablesOlivier Bertrand2015-02-252-5/+8
| | * - Fix MDEV-7616 by adding SQLCOM_SET_OPTION to the accepted command list.Olivier Bertrand2015-02-245-20/+120
* | | Merge remote-tracking branch 'origin/10.0' into 10.0Sergei Golubchik2015-02-2414-23/+245
|\ \ \ | |/ /
| * | MergeSergei Golubchik2015-02-248-23/+131
| |\ \ | | |/
| | * - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp.Olivier Bertrand2015-02-228-23/+131
| * | MDEV-7623: Add lock wait time and hold time to every record/table lock in Jan Lindström2015-02-244-0/+46
| * | MDEV-7620: Transaction lock wait is missing number of lock Jan Lindström2015-02-234-0/+68
* | | fix mroonga to compile w/o performance schemaSergei Golubchik2015-02-242-20/+29
* | | Merge remote-tracking branch 'origin/10.0' into 10.0Sergei Golubchik2015-02-22517-8740/+49268
|\ \ \ | |/ /
| * | merge 10.0-spiderSergei Golubchik2015-02-1919-67/+272
| |\ \
| | * | Merge Spider 3.2.18Kentoku SHIBA2015-02-2020-65/+275
| * | | compiler warnings in spiderSergei Golubchik2015-02-193-2/+7
| * | | after merge: fix mroonga to compile and pass its testsSergei Golubchik2015-02-198-14/+29
| * | | merge 10.0-mroongaSergei Golubchik2015-02-19416-7028/+46168
| |\ \ \
| | * | | Update Mroonga to the latest version on 2015-02-17T13:34:27+0900Kentoku SHIBA2015-02-17416-7028/+46168
| * | | | merge 10.0-connectSergei Golubchik2015-02-1934-1490/+2431
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | - Remove GCC warningsOlivier Bertrand2015-02-192-2/+2
| | * | | - Work on JSON and JSON UDF'sOlivier Bertrand2015-02-194-1105/+1247
| | * | | - Typo on the jsonudf.cpp nameOlivier Bertrand2015-02-121-288/+288
| | * | | - Adding json udf's. Making the second version of json tables.Olivier Bertrand2015-02-119-67/+554
| | * | | - Remove some GCC warningsOlivier Bertrand2015-02-081-0/+2
| | * | | - Handle the use of date/time values when making queries for MYSQL orOlivier Bertrand2015-02-083-14/+92
| | * | | - Modify the connect_type_conv and connect_conv_size variables.Olivier Bertrand2015-02-076-73/+82
| | * | | - Add or correct some tracing codeOlivier Bertrand2015-02-022-1/+4
| | * | | - Fix a bug causing Insert into ODBC to fail when the column name isOlivier Bertrand2015-02-021-4/+7
| | * | | - Fix a bug causing UseCnc not being initialized for ODBC catalog tables.Olivier Bertrand2015-02-013-13/+9
| | * | | - Add the possibility to establish an ODBC connection via SQLConnect (theOlivier Bertrand2015-01-318-284/+356
| | * | | - Enhance JSON tables handling.Olivier Bertrand2015-01-307-232/+326
| | * | | - Repair the errors due to the PRXCOL Init function that must be calledOlivier Bertrand2015-01-284-10/+10
| | * | | - Begin eliminating on Linux OverloadedVirtual warnings.Olivier Bertrand2015-01-2711-5/+23
| | * | | - Fix a bug causing the connection string of a partition table not beingOlivier Bertrand2015-01-271-1/+8
| | * | | - Protect AllocateValue against a null sp.Olivier Bertrand2015-01-241-2/+2
| | * | | - Commit merged files (just changing some ending CRLF to LF)Olivier Bertrand2015-01-242-20/+21
| | |\ \ \
| | | * | | - Change some line endings from CRLF to LFOlivier Bertrand2015-01-232-20/+21
| | * | | | - Fix correctly MDEV-7498. The problem was not in AllocateValue but inOlivier Bertrand2015-01-242-8/+2
| | |/ / /
| | * | | - This to fix MDEV-7498. All changes made to AllocateValue to be sure thatOlivier Bertrand2015-01-232-9/+14