summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Fix some __attribute__((nonnull)) misuseMarko Mäkelä2017-05-1810-49/+30
* ibuf_get_volume_buffered_hash(): Use a proper type castMarko Mäkelä2017-05-182-4/+2
* Refactor trx_undo_report_row_operation()Marko Mäkelä2017-05-186-108/+53
* Follow-up to MDEV-12534: Align srv_sysMarko Mäkelä2017-05-172-143/+112
* MDEV-12358 Work around what looks like a bug in GCC 7.1.0Marko Mäkelä2017-05-179-87/+86
* fil_create_new_single_table_tablespace(): Correct a bogus nonnull attributeMarko Mäkelä2017-05-174-10/+6
* Remove redundant UT_LIST_INIT() callsMarko Mäkelä2017-05-1710-24/+8
* Never pass NULL to innobase_get_stmt()Marko Mäkelä2017-05-176-30/+22
* Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-1739-49/+106
* Fix an incorrect debug assertionMarko Mäkelä2017-05-172-2/+6
* MDEV-12071 storage/xtradb/handler/ha_innodb.cc: Cannot assign const_iterator ...Marko Mäkelä2017-05-171-1/+2
* Fix warnings in innochecksum compilationMarko Mäkelä2017-05-171-3/+2
* MDEV-5477 sphinxSE GROUP BY on multiple attributesSergei Golubchik2017-05-161-1/+4
* MDEV-10936 CONNECT engine JDBC type can't find JdbcInterfaceSergei Golubchik2017-05-151-1/+1
* MDEV-11883 MariaDB crashes with out-of-memory when query information_schemaSergei Golubchik2017-05-151-6/+9
* MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-158-20/+16
* MDEV-12761 Error return from external_lock make the server crashSergei Golubchik2017-05-151-11/+9
* MDEV-12188 information schema - errors populating fail to free memory, unlock...Marko Mäkelä2017-05-152-286/+284
* Fix the Solaris compilation after MDEV-12674Marko Mäkelä2017-05-152-2/+16
* MDEV-12674 Innodb_row_lock_current_waits has overflowMarko Mäkelä2017-05-1212-233/+214
* MDEV-10104 Table lock race condition with replicationMonty2017-05-051-13/+46
* Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-2/+0
|\
| * MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-202-4/+4
| * Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-112-1/+10
| |\
| | * Bug #25167032 CRASH WHEN ASSIGNING MY_ERRNO - MISSINGThirunarayanan Balathandayuthapani2017-01-062-1/+10
* | | Fix some InnoDB type mismatchMarko Mäkelä2017-04-214-34/+30
* | | Follow-up to MDEV-12534: Fix warnings on 32-bit systemsMarko Mäkelä2017-04-214-8/+8
* | | MDEV-12488 Remove type mismatch in InnoDB printf-like callsMarko Mäkelä2017-04-218-226/+208
* | | MDEV-12534 Use atomic operations whenever availableMarko Mäkelä2017-04-2018-407/+216
* | | Import two ALTER TABLE…ALGORITHM=INPLACE tests from MySQL 5.6.Marko Mäkelä2017-04-052-2/+0
* | | Windows : Fix compiling with VS2013Vladislav Vaintroub2017-04-031-5/+5
* | | MDEV-12261 build failure without P_SSergei Golubchik2017-03-152-8/+8
* | | MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to f...Marko Mäkelä2017-03-107-44/+44
* | | Use correct integer format with printf-like functions.Marko Mäkelä2017-03-093-9/+11
* | | Remove unused variables.Marko Mäkelä2017-03-091-1/+0
* | | Remove unused declarations.Marko Mäkelä2017-03-083-10/+2
* | | Merge 5.5 into 10.0Marko Mäkelä2017-03-0810-493/+379
|\ \ \ | |/ /
| * | MDEV-11027 InnoDB log recovery is too noisyMarko Mäkelä2017-03-086-156/+90
| * | Fix a compiler warning.Marko Mäkelä2017-03-081-1/+2
| * | Fix some GCC 6.3.0 warnings in MyISAM and Maria.Marko Mäkelä2017-03-082-213/+213
| * | MDEV-11520: Retry posix_fallocate() after EINTR.Marko Mäkelä2017-03-034-4/+20
* | | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.30Vicențiu Ciorbaru2017-03-06182-2567/+5583
|\ \ \
| * | | Make tokudb report ENOENT when renaming table to nonexistant DBVicențiu Ciorbaru2017-03-063-12/+13
| * | | Disable 2 tokudb testsVicențiu Ciorbaru2017-03-052-1/+3
| * | | rpl_extra_col_slave_tokudb changes result setVicențiu Ciorbaru2017-03-051-4/+3
| * | | Fix tokudb.gap_lock_error testVicențiu Ciorbaru2017-03-051-6/+6
| * | | Merge remote-tracking branch 'connect/10.0' into 10.0Vicențiu Ciorbaru2017-03-0578-1671/+3966
| |\ \ \
| | * | | Update version number and dateOlivier Bertrand2017-03-029-36/+91
| | * | | Fix crashing when joining two JDBC tables..Olivier Bertrand2017-02-241-0/+3
| | * | | All changes made on 10.1Olivier Bertrand2017-02-1656-1460/+2137