mariadb/storage/innobase
Marko Mäkelä 4cd063b9e4 MDEV-26376 pars_info_bind_id() unnecessarily copies strings
pars_info_bind_id(): Remove the parameter copy_name. It was always
being passed as constant TRUE or true. It turns out that copying
the string is completely unnecessary. In all calls except the one
in fts_get_select_columns_str() and fts_doc_fetch_by_doc_id(),
the parameter is being passed as a compile-time constant, and therefore
the pointer cannot become stale. In that special call, the string
that is being passed is allocated from the same memory heap that
pars_info_bind_id() would have been using.

pars_info_add_id(): Remove (unused declaration).
2021-08-16 12:10:20 +03:00
..
btr MDEV-25998 fixup: Avoid a hang 2021-07-27 10:44:01 +03:00
buf Bug #32460315 ONLINE RESIZING BUFFER POOL CAN CRASH CONCURRENT BP LOOKUP 2021-07-22 18:05:23 +03:00
data MDEV-20377: Fix -Wunused-but-set-variable 2020-07-01 20:34:06 +03:00
dict MDEV-25503 InnoDB hangs on startup during recovery 2021-04-27 17:07:37 +05:30
eval MDEV-21254 Remove unused keywords from the InnoDB SQL parser 2019-12-09 12:32:04 +02:00
fil MDEV-25998 fixup: Avoid a hang 2021-07-27 10:44:01 +03:00
fsp Remove a unused variable 2021-06-16 07:50:04 +03:00
fts MDEV-26376 pars_info_bind_id() unnecessarily copies strings 2021-08-16 12:10:20 +03:00
fut Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
gis MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_MEMORY_ORDER_RELAXED) == X_LOCK_DECR 2020-10-27 18:30:00 +05:30
ha Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
handler MDEV-26376 pars_info_bind_id() unnecessarily copies strings 2021-08-16 12:10:20 +03:00
ibuf MDEV-13103 fixup: Actually fix a crash during IMPORT TABLESPACE 2021-03-31 09:06:44 +03:00
include MDEV-26376 pars_info_bind_id() unnecessarily copies strings 2021-08-16 12:10:20 +03:00
lock MDEV-25594: Improve debug checks 2021-07-27 08:52:01 +03:00
log MDEV-25982 Upgrade of MariaDB 10.1 log crashes due to missing encryption key 2021-06-22 09:11:41 +03:00
mach Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mem MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
mtr MDEV-24188 fixup: Correct the FindBlockX predicate 2020-11-18 13:52:37 +02:00
mysql-test/storage_engine
os MDEV-24393 InnoDB disregards --skip-external-locking 2021-07-27 08:52:59 +03:00
page MDEV-25361 fixup: Fix integer type mismatch 2021-07-22 17:53:43 +03:00
pars MDEV-26376 pars_info_bind_id() unnecessarily copies strings 2021-08-16 12:10:20 +03:00
que Cleanup: Remove unused symbol QUE_THR_PROCEDURE_WAIT 2021-01-08 16:14:26 +02:00
read MDEV-25594: Improve debug checks 2021-07-27 08:52:01 +03:00
rem MDEV-23851 MDEV-24229 BF-BF conflict issues 2020-12-28 09:06:16 +02:00
row MDEV-26062 : InnoDB: WSREP: referenced FK check fail: Lock wait index PRIMARY table schema.child_table 2021-07-26 15:55:58 +03:00
srv revive innodb_debug_sync 2021-04-27 11:51:17 +03:00
sync MDEV-24188 Hang in buf_page_create() after reusing a previously freed page 2020-11-13 20:16:39 +02:00
trx MDEV-25594: Improve debug checks 2021-07-27 08:52:01 +03:00
ut MDEV-20377: Fix cmake -DPLUGIN_PERFSCHEMA=NO 2020-07-02 06:03:59 +03:00
.clang-format-old switch off storage/innobase/.clang-format: InnoDB uses a common formatting style for all new code 2021-03-17 11:01:15 +03:00
bzip2.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
CMakeLists.txt cleanup: specifying plugin dependencies in CMakeLists.txt 2021-08-03 10:10:00 +02:00
compile-innodb Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
COPYING.Google
COPYING.Percona
innodb.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lz4.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzma.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzo.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
plugin_exports
snappy.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00