Sergey Vojtovich
a74b01ea0e
MDEV-16548 - Innodb fails to start on older kernels that don't support F_DUPFD_CLOEXEC
...
InnoDB duplicates file descriptor returned by create_temp_file() to
workaround further inconsistent use of this descriptor.
Use mysys file descriptors consistently for innobase_mysql_tmpfile(path).
Mostly close it by appropriate mysys wrappers.
2019-05-24 13:21:14 +04:00
Thirunarayanan Balathandayuthapani
9edadc29b1
MDEV-17748 innodb.alter_inplace_perfschema fails in buildbot with wrong result
...
- Changed the performance schema query which gives sampling with event
counting. It should fix the issue.
2019-01-08 20:41:39 +05:30
Marko Mäkelä
32062cc61c
Merge 10.1 into 10.2
2018-11-06 08:41:48 +02:00
Marko Mäkelä
2549f98289
MDEV-17532 Performance_schema reports wrong directory for the temporary files of ALTER TABLE…ALGORITHM=INPLACE
...
row_merge_file_create_low(): Pass the directory of the temporary file
to the PSI_FILE_CALL.
2018-10-25 13:04:41 +03:00