221 Commits (71d263a19891e0382d4eec4f3169a4968b032ead)

Author SHA1 Message Date
Monty 71d263a198 MDEV-23691 S3 storage engine: delayed slave can drop the table 5 years ago
Sergei Golubchik 35034d819c S3 is pluggable now 5 years ago
Monty 4102f1589c Aria will now register it's transactions 6 years ago
Sergei Golubchik c1c5222cae cleanup: PSI key is *always* the first argument 6 years ago
Sergei Golubchik 7c58e97bf6 perfschema memory related instrumentation changes 6 years ago
Sergei Golubchik 2e665fb294 alloc_on_stack: simplify the API 6 years ago
Monty 6c50875a38 MDEV-20279 Increase Aria index length limit 6 years ago
Michael Widenius 204434f2d0 Backport aria usage if LSN_FMT from 10.3 6 years ago
Marko Mäkelä 6ffaed615a Remove the unused function maria_clone 6 years ago
Marko Mäkelä 3eef9f213f MDEV-17841: Fix -Wsometimes-uninitialized 6 years ago
Monty ab38b7511b MDEV-17841 S3 storage engine 7 years ago
Monty 0b9f7f86f8 Removed not used function maria_clone() 7 years ago
Michal Schorm 17b4f99928 Update FSF address 7 years ago
Sergei Golubchik 69abd43703 MDEV-17070 Table corruption or Assertion `table->file->stats.records > 0 || error' or Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed upon actions on temporary table 7 years ago
Michael Widenius d6d63f4844 MDEV-16421 Make system tables crash safe 7 years ago
Monty 0e0f1092b8 Fixed some source comments and help texts 7 years ago
Monty 2f3779d31c Fixes for Aria transaction handling with lock tables 8 years ago
Daniel Black d3c0e34bdc MDEV-8743: protect myisam/aria MYI with O_CLOEXEC 8 years ago
Daniel Black 88fb8b2e36 MDEV-8743: protect myisam/aria MYD files and aria log files 8 years ago
Monty 322c637c1c Fixed compiler warnings about possible uninitialized variables 8 years ago
Monty c127a1ba14 Reduce memory used by maria_open 8 years ago
Vladislav Vaintroub eba44874ca MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 8 years ago
Monty 5a0cd753be Added missing test if table is transactional or not in Aria 8 years ago
Monty dd8474b1dc Added tmp_disk_table_size to limit size of Aria temp tables in tmpdir 8 years ago
iangilfillan f0ec34002a Correct FSF address 9 years ago
Vicențiu Ciorbaru 606a4a4847 Post MDEV-11902 Fix test failures in maria and myisam storage engines 9 years ago
Sergei Golubchik b6862c914f cleanup: remove now-unused argument 9 years ago
Sergei Golubchik b27fd90ad3 MDEV-11902 mi_open race condition 9 years ago
Sergei Golubchik 8722d4b8d2 cleanup: remove 16-year-old "TODO" 9 years ago
Sergei Golubchik c826ac9d53 cleanup: mysys_test_invalid_symlink 9 years ago
Monty 97b21a1953 MDEV-10759 Fix Aria to support 2-byte collation IDs 9 years ago
Sergei Golubchik 2643cc545f Don't crash the server if en-/decryption fails in Aria 11 years ago
Sergey Vojtovich 18e9c314e4 MDEV-6650 - LINT_INIT emits code in non-debug builds 11 years ago
Jan Lindström c5ae630582 Merge Google encryption 11 years ago
Michael Widenius 5364315229 Fix for MDEV-6493: Assertion `table->file->stats.records > 0 || error' failure, or 'Invalid write' valgrind warnings, or crash on scenario with Aria table, view, LOCK TABLES 11 years ago
Sergey Vojtovich d12c7adf71 MDEV-5314 - Compiling fails on OSX using clang 12 years ago
Michael Widenius 273078c5fa Fixes to get valgrind to work with jemalloc 12 years ago
Michael Widenius 668306640e Fixed MDEV-4291: Assertion `trid >= info->s->state.create_trid' failure or data corruption (key points to record 13 years ago
Michael Widenius 3bd6e4b8ee MDEV-3999: Valgrind errors 'invalid write' or assorted server crashes on concurrent flow with partitioned Aria tables 13 years ago
Michael Widenius 068c61978e Temporary commit of 10.0-merge 13 years ago
Sergei Golubchik 682da0aa75 cleanup: use MYF() for mysys flags 13 years ago
Michael Widenius a260b15554 MDEV-4011 Added per thread memory counting and usage 13 years ago
Michael Widenius acba7d2f9f Fixed MDEV-306 / LP:1007967 - Assertion `table->file->stats.records > 0 || error' failed join_read_const_table on concurrent SELECT and DROP/ADD INDEX 14 years ago
Michael Widenius 74b0649332 Fixed lp:944422 "mysql_upgrade destroys Maria tables?" 14 years ago
Michael Widenius a579adea66 Cleanups: 14 years ago
Michael Widenius e4e85cd2ef Fixed lp:925377 "Querying myisam table metadata while 'alter table..enable keys' is running may corrupt the table" 14 years ago
Michael Widenius 60aad31422 Fix for lp:909635: MariaDB crashes on a select with long varchar and blob fields 14 years ago
Michael Widenius 9d0ea0ab4b Fixed bug where automaticly zerofilled table was not part of recovery if crash happended before next checkpoint. 14 years ago
unknown 28e2777991 Fix gcc 4.6 warnings about assigned but not used variables. 14 years ago
Michael Widenius fa36a7426b Fixed lp:879939 "assertion in ha_maria::enable_indexes with derived_with_keys=on" 14 years ago