summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Cassandra SESergey Petrunya2012-09-141-3/+18
| | * | Cassandra SE: small optimization: StringCopyConverter::mariadb_to_cassandra d...Sergey Petrunya2012-09-121-1/+1
| | * | Update test results after last csetSergey Petrunya2012-09-122-1/+9
| | * | Cassandra SE: add support for reading counter type valuesSergey Petrunya2012-09-103-11/+48
| | * | Cassandra SESergey Petrunya2012-09-101-5/+27
| | * | Cassandra SE: added support for boolean type.Sergey Petrunya2012-09-073-0/+56
| | * | MDEV-498: Cassandra: Inserting a timestamp does not work on a 32-bit systemSergey Petrunya2012-08-313-1/+12
| | * | Cassandra SESergey Petrunya2012-08-315-17/+222
| | * | Cassandra SE: fix batched insert to flush its buffers after insert operation.Sergey Petrunya2012-08-293-0/+70
| | * | Fix for the previous cset: Field::store_TIME() accepts microseconds fraction,...Sergey Petrunya2012-08-291-6/+13
| | * | Cassandra SE: Timestamp data type support.Sergey Petrunya2012-08-293-23/+84
| | * | Cassandra SESergey Petrunya2012-08-293-36/+120
| | * | Cassandra storage engine: add @@rnd_batch_size variable.Sergey Petrunya2012-08-293-5/+8
| | * | MDEV-494, part #1: phantom row for big full-scan selectsSergey Petrunya2012-08-283-2/+57
| | * | MDEV-480: TRUNCATE TABLE on a Cassandra table does not remove rowsSergey Petrunya2012-08-283-2/+27
| | * | Cassandra storage engine: BKA supportSergey Petrunya2012-08-277-14/+365
| | * | Cassandra storage engine: bulk INSERT supportSergey Petrunya2012-08-266-24/+156
| | * | - Enable mapping of CHAR(n)Sergey Petrunya2012-08-232-2/+17
| | * | # MDEV-476: Cassandra: Server crashes in calculate_key_len on DELETE with ORD...Sergey Petrunya2012-08-233-0/+28
| | * | Make ha_cassandra work with filesort().Sergey Petrunya2012-08-214-5/+37
| | * | Read records in batches when doing full table scan.Sergey Petrunya2012-08-204-18/+62
| | * | position() and rnd_pos() implementations.Sergey Petrunya2012-08-191-41/+64
| | * | MDEV-431: Cassandra storage engineSergey Petrunya2012-08-195-13/+79
| | * | MDEV-431: Cassandra storage engineSergey Petrunya2012-08-196-31/+147
| | * | MDEV-431: Cassandra storage engineSergey Petrunya2012-08-185-8/+44
| | * | MDEV-431: Cassandra storage engineSergey Petrunya2012-08-186-89/+187
| | * | MDEV-431: Cassandra storage engineSergey Petrunya2012-08-185-149/+390
| | * | Initial commit for Cassandra storage engine.Sergey Petrunya2012-08-1716-0/+25655
* | | | Merge 5.5-mwl248 -> 10.0-baseIgor Babaev2013-01-0854-1678/+2577
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge 5.5 -> mwl248Igor Babaev2013-01-0850-1496/+2340
| |\ \
| | * | Remove timed mutexes in XtraDB - obsolete feature that does not link on Windo...Vladislav Vaintroub2013-01-051-36/+2
| | * | MDEV-3993 - add MSI installer option to set character-set-server=utf8Vladislav Vaintroub2013-01-011-0/+20
| | * | MDEV-3990: engine tests went out of sync with current MariaDB code Elena Stepanova2012-12-3125-1404/+2010
| | |\ \
| | | * | storage_engine tests and upstream engines/* suites went out of sync with curr...Elena Stepanova2012-12-2825-1404/+2010
| | |/ /
| | * | typoSergei Golubchik2012-12-061-1/+1
| | * | if the debian package name for 5.5.28 is 5.5.28-mariadb1~wheezySergei Golubchik2012-12-061-2/+2
| | * | MDEV-3902 Assertion `record_length == m_record_length' failed at Filesort_bu...unknown2012-12-212-0/+40
| | * | MDEV-3945 - do not hold LOCK_thread_count when freeing THD.Vladislav Vaintroub2012-12-214-22/+16
| | * | MDEV-3899 Valgrind warnings (blocks are definitely lost) in filesort on IN s...unknown2012-12-203-2/+30
| | * | Fixed some compiler warningsMichael Widenius2012-12-193-3/+5
| | * | MDEV-3818: Query against view over IS tables worse than equivalent query with...unknown2012-12-182-16/+16
| | * | Fixed the CREATE TABLE IF EXIST generates warnings instead of errorsMichael Widenius2012-12-175-24/+53
| | * | MDEV-3818: Query against view over IS tables worse than equivalent query with...unknown2012-12-173-3/+41
| | * | Remember original table row pack type for ALTER TABLE if table is not copied.Michael Widenius2012-12-161-2/+13
| | * | Removed lock wait timeout warning when using CREATE TABLE IF EXISTSMichael Widenius2012-12-163-0/+13
| | * | Implemented MDEV-3941: CREATE TABLE xxx IF NOT EXISTS should not block if tab...Michael Widenius2012-12-165-14/+111
| | * | Automatic mergeMichael Widenius2012-12-161-4/+4
| | |\ \
| | | * | Removed extra '+' from some lines (remains of old merge)Michael Widenius2012-12-141-4/+4
| * | | | Fixed bug mdev-3979.Igor Babaev2013-01-085-182/+239
* | | | | Merge mdev539->10.0-base.Igor Babaev2012-12-2023-37/+688
|\ \ \ \ \