202737 Commits (1c4aed7c680c0402d6e97e097f03815c0e9bf4c5)
 

Author SHA1 Message Date
ParadoxV5 1c4aed7c68 Update `my_snprintf`’s last loose ends to suffixes 1 year ago
ParadoxV5 5de8e2dde3 Update `errmsg-utf8.txt` re `my_snprintf` suffixes 1 year ago
ParadoxV5 202c2fb151 `make abi_update` 1 year ago
ParadoxV5 c8783757d6 Tag rest of my_vsnprintf users w/ ATTRIBUTE_FORMAT 12 months ago
ParadoxV5 63b0ee26f7 Tag ALL `my_error_reporter`s with `ATTRIBUTE_FORMAT` 1 year ago
ParadoxV5 1c315b3fb1 Tag `myisamdef.h` printers with `ATTRIBUTE_FORMAT` 1 year ago
ParadoxV5 302caa9549 Tag the `logger` service with `ATTRIBUTE_FORMAT` 1 year ago
ParadoxV5 2392bd02d8 Tag the `sql/log.h` family with `ATTRIBUTE_FORMAT` 9 months ago
ParadoxV5 21dfef474c Reënable ATTRIBUTE_FORMAT on DBUG_PRINT & t/eprint 1 year ago
ParadoxV5 d5ba6f71b9 Tag `push_warning_printf` with `ATTRIBUTE_FORMAT` 9 months ago
ParadoxV5 2047483417 Tag `my_printf_error` with `ATTRIBUTE_FORMAT` 1 year ago
ParadoxV5 618afa32ce Tag `mysqltest` formatters with `ATTRIBUTE_FORMAT` 1 year ago
ParadoxV5 5100773ab9 Tag `my_vsnprintf.c` with `ATTRIBUTE_FORMAT` 1 year ago
ParadoxV5 f3617981ad `unittest/mytap/tap.h`: Use `ATTRIBUTE_FORMAT` 9 months ago
ParadoxV5 ab50aad15d Remove ``%`s`` `%b` `%M` `%T` from `my_vsnprintf` 1 year ago
ParadoxV5 6a182553ce Rename `my_snprintf`’s `%uE` to `%iE` 1 year ago
ParadoxV5 891177418e Make service_my_snprintf.h doc *more professional* 1 year ago
ParadoxV5 b668a960cd MDEV-21978 Add `%sQ`, `%sB`, `%uE` & `%sT` to `my_vsnprintf` 1 year ago
ParadoxV5 06851e7f77 Merge `vsnprintf` `%b`, `%T` & `%M` code into `%s`/`%u` 1 year ago
Sergei Golubchik 9799777992 MDEV-35919 Server crashes in Item_func_vec_distance::fix_length_and_dec upon reading from I_S table 8 months ago
Sergei Golubchik 49821f21ce MDEV-9158 post-merge fixes 10 months ago
dingweiqing 4dee592450 MDEV-9158 Read max size bytes from encryption key file and ignore remain bytes 2 years ago
Sergei Golubchik e7f7789482 cleanup: `select ... into` tests 10 months ago
Sergei Golubchik 9ee09a33bb Merge branch '11.7' into 11.8 8 months ago
Sergei Petrunia 80067a69fe MDEV-36057: Assertion failure on 2nd execution of parameterized PS 8 months ago
Ian Gilfillan c516bea30a Update mariadb-import man page with --innodb-optimize-keys option 8 months ago
Sergei Golubchik 2d971709a8 MDEV-36026 Problem with INSERT SELECT on NOT NULL columns while having BEFORE UPDATE trigger 8 months ago
Sergei Golubchik 2b17265ae2 MDEV-35186 IGNORED attribute has no effect on vector keys 8 months ago
Sergey Vojtovich 55d1f6c229 MDEV-35069 IMPORT TABLESPACE does not work for tables with vector, although allowed 11 months ago
Sergei Golubchik e240da3b19 MDEV-35146 Vector-related error messages worth improving when possible 8 months ago
Sergei Golubchik a37eb6d013 MDEV-35792 Adding a regular index on a vector column leads to invalid table structure 8 months ago
Sergei Golubchik 1ea79d1774 MDEV-35317 Server crashes in mhnsw_insert upon using vector key on a Spider table 8 months ago
Sergei Golubchik 40d39b1176 MDEV-35221 Vector values do not survive mariadb-dump / restore 8 months ago
Daniel Black 9e3a541d1e MDEV-35049: Use CRC-32C and avoid allocating heap (postfix) 8 months ago
Monty 2e1ade5307 Added missing DROP PROCEDURE to mtr test main.log_state 8 months ago
Monty 74f70c3944 Fixed costs in JOIN_TAB::estimate_scan_time() and HEAP 8 months ago
Sergei Golubchik a2f0234c82 MDEV-36011 Server crashes in Charset::mbminlen / Item_func_vec_fromtext::val_str upon mixing vector type with string 8 months ago
Sergei Golubchik 6fc75e0868 MDEV-35922 Server crashes in mhnsw_read_first upon using vector key with views 8 months ago
Sergei Golubchik 69041af67d only enforce innodb_force_primary_key when a table is created 8 months ago
Sergei Golubchik 5b8c087e84 MDEV-36005 Server crashes when checking/updating a table having vector key after enabling innodb_force_primary_key 8 months ago
Sergey Vojtovich e928bf1c0e MDEV-35292 - ALTER TABLE re-creating vector key is no-op with non-copying alter algorithms (default) 11 months ago
Sergei Golubchik c453391187 MDEV-35834 Server crash in FVector::distance_to upon concurrent SELECT 9 months ago
Sergei Golubchik 44d0f5864e fix the test case 8 months ago
Sergei Golubchik adc1beb868 relax the assert 8 months ago
Sergei Golubchik fe31424e00 fix sporadic test failures caused by InnoDB #record estimation 8 months ago
Sergei Golubchik ba01c2aaf0 Merge branch '11.4' into 11.7 8 months ago
Dave Gosselin edd52b7fc7 MDEV-30469 Feature rebase 8 months ago
Dave Gosselin 5e07d1abd4 MDEV-35848, MDEV-35568 Reintroduce delete_while_scanning for multi_delete 8 months ago
Sergei Petrunia 8ec275da16 MDEV-35955 Wrong result for UPDATE ... ORDER BY LIMIT which uses tmp.table 8 months ago
Dave Gosselin 5001300bd4 MDEV-30469 Support ORDER BY and LIMIT for multi-table DELETE, index hints for single-table DELETE 10 months ago