MariaDB crashes with `[ERROR] [FATAL] InnoDB: Page old data size 8483 new data size 7800, page old max ins size 7519 new max ins size 8202` error. Crash occurs every ~20seconds if mariaDB is set on innodb_force_recovery = 0 or 1 modes. Starting innodb_force_recovery = 2 keeps MariaBD running, though setting recovery mode lower will make it crash again.
Error log below:
Apr 17 11:44:03 server mysqld: 2023-04-17 11:44:03 0 [ERROR] [FATAL] InnoDB: Page old data size 8483 new data size 7800, page old max ins size 7519 new max ins size 8202
|
Apr 17 11:44:03 server mysqld: 230417 11:44:03 [ERROR] mysqld got signal 6 ;
|
Apr 17 11:44:03 server mysqld: This could be because you hit a bug. It is also possible that this binary
|
Apr 17 11:44:03 server mysqld: or one of the libraries it was linked against is corrupt, improperly built,
|
Apr 17 11:44:03 server mysqld: or misconfigured. This error can also be caused by malfunctioning hardware.
|
Apr 17 11:44:03 server mysqld: To report this bug, see https://mariadb.com/kb/en/reporting-bugs
|
Apr 17 11:44:03 server mysqld: We will try our best to scrape up some info that will hopefully help
|
Apr 17 11:44:03 server mysqld: diagnose the problem, but since we have already crashed,
|
Apr 17 11:44:03 server mysqld: something is definitely wrong and this may fail.
|
Apr 17 11:44:03 server mysqld: Server version: 10.5.12-MariaDB-cll-lve
|
Apr 17 11:44:03 server mysqld: key_buffer_size=2147483648
|
Apr 17 11:44:03 server mysqld: read_buffer_size=4194304
|
Apr 17 11:44:03 server mysqld: max_used_connections=38
|
Apr 17 11:44:03 server mysqld: max_threads=2002
|
Apr 17 11:44:03 server mysqld: thread_count=38
|
Apr 17 11:44:03 server mysqld: It is possible that mysqld could use up to
|
Apr 17 11:44:03 server mysqld: key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 18548686 K bytes of memory
|
Apr 17 11:44:03 server mysqld: Hope that's ok; if not, decrease some variables in the equation.
|
Apr 17 11:44:03 server mysqld: Thread pointer: 0x7f3e8fc13018
|
Apr 17 11:44:03 server mysqld: Attempting backtrace. You can use the following information to find out
|
Apr 17 11:44:03 server mysqld: where mysqld died. If you see no messages after this, something went
|
Apr 17 11:44:03 server mysqld: terribly wrong...
|
Apr 17 11:44:03 server mysqld: stack_bottom = 0x7f3e8fbfeb98 thread_stack 0x49000
|
Apr 17 11:44:04 server mysqld: /usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x55cf0ff8bbfe]
|
Apr 17 11:44:04 server mysqld: /usr/sbin/mysqld(handle_fatal_signal+0x485)[0x55cf0f9f8645]
|
Apr 17 11:44:14 server mysqld: sigaction.c:0(__restore_rt)[0x7f424f1b6630]
|
Apr 17 11:44:14 server mysqld: :0(__GI_raise)[0x7f424d486387]
|
Apr 17 11:44:14 server mysqld: :0(__GI_abort)[0x7f424d487a78]
|
Apr 17 11:44:15 server mysqld: /usr/sbin/mysqld(+0x63f5d1)[0x55cf0f6d65d1]
|
Apr 17 11:44:15 server mysqld: /usr/sbin/mysqld(+0x63fe23)[0x55cf0f6d6e23]
|
Apr 17 11:44:16 server mysqld: /usr/sbin/mysqld(+0xddccd7)[0x55cf0fe73cd7]
|
Apr 17 11:44:16 server mysqld: /usr/sbin/mysqld(+0xcd613a)[0x55cf0fd6d13a]
|
Apr 17 11:44:17 server mysqld: /usr/sbin/mysqld(+0xcd9dac)[0x55cf0fd70dac]
|
Apr 17 11:44:17 server mysqld: /usr/sbin/mysqld(+0xe0fb9d)[0x55cf0fea6b9d]
|
Apr 17 11:44:18 server mysqld: /usr/sbin/mysqld(+0xe0fd08)[0x55cf0fea6d08]
|
Apr 17 11:44:18 server mysqld: /usr/sbin/mysqld(+0xdefca5)[0x55cf0fe86ca5]
|
Apr 17 11:44:19 server mysqld: /usr/sbin/mysqld(+0xd72653)[0x55cf0fe09653]
|
Apr 17 11:44:19 server mysqld: /usr/sbin/mysqld(+0xd7272e)[0x55cf0fe0972e]
|
Apr 17 11:44:20 server mysqld: /usr/sbin/mysqld(+0xd6d5ec)[0x55cf0fe045ec]
|
Apr 17 11:44:20 server mysqld: /usr/sbin/mysqld(+0xd6e683)[0x55cf0fe05683]
|
Apr 17 11:44:21 server mysqld: /usr/sbin/mysqld(+0xd6f10a)[0x55cf0fe0610a]
|
Apr 17 11:44:21 server mysqld: /usr/sbin/mysqld(+0xd2c618)[0x55cf0fdc3618]
|
Apr 17 11:44:22 server mysqld: /usr/sbin/mysqld(+0xda3d52)[0x55cf0fe3ad52]
|
Apr 17 11:44:22 server mysqld: /usr/sbin/mysqld(+0xd8fb37)[0x55cf0fe26b37]
|
Apr 17 11:44:23 server mysqld: /usr/sbin/mysqld(_ZN5tpool10task_group7executeEPNS_4taskE+0x8c)[0x55cf0fff096c]
|
Apr 17 11:44:23 server mysqld: ut/ut0ut.cc:576(Wsrep_server_service::log_dummy_write_set(wsrep::client_state&, wsrep::ws_meta const&))[0x55cf0ffef83f]
|
Apr 17 11:44:23 server mysqld: btr/btr0btr.cc:1411(Wsrep_server_service::log_dummy_write_set(wsrep::client_state&, wsrep::ws_meta const&))[0x55cf1003a2cf]
|
Apr 17 11:44:26 server mysqld: pthread_create.c:0(start_thread)[0x7f424f1aeea5]
|
Apr 17 11:44:27 server mysqld: ??:0(__clone)[0x7f424d54eb0d]
|
Apr 17 11:44:27 server mysqld: Trying to get some variables.
|
Apr 17 11:44:27 server mysqld: Some pointers may be invalid and cause the dump to abort.
|
Apr 17 11:44:27 server mysqld: Query (0x0): (null)
|
Apr 17 11:44:27 server mysqld: Connection ID (thread ID): 0
|
Apr 17 11:44:27 server mysqld: Status: NOT_KILLED
|
Apr 17 11:44:27 server mysqld: Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off
|
Apr 17 11:44:27 server mysqld: The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
|
Apr 17 11:44:27 server mysqld: information that should help you find out what is causing the crash.
|
Apr 17 11:44:27 server mysqld: We think the query pointer is invalid, but we will try to print it anyway.
|
Apr 17 11:44:27 server mysqld: Query:
|
Apr 17 11:44:27 server mysqld: Writing a core file...
|
Apr 17 11:44:27 server mysqld: Working directory at /var/lib/mysql
|
Apr 17 11:44:27 server mysqld: Resource Limits:
|
Apr 17 11:44:27 server mysqld: Limit Soft Limit Hard Limit Units
|
Apr 17 11:44:27 server mysqld: Max cpu time unlimited unlimited seconds
|
Apr 17 11:44:27 server mysqld: Max file size unlimited unlimited bytes
|
Apr 17 11:44:27 server mysqld: Max data size unlimited unlimited bytes
|
Apr 17 11:44:27 server mysqld: Max stack size 8388608 unlimited bytes
|
Apr 17 11:44:27 server mysqld: Max core file size unlimited unlimited bytes
|
Apr 17 11:44:27 server mysqld: Max resident set unlimited unlimited bytes
|
Apr 17 11:44:27 server mysqld: Max processes 1028624 1028624 processes
|
Apr 17 11:44:27 server mysqld: Max open files 300000 300000 files
|
Apr 17 11:44:27 server mysqld: Max locked memory 65536 65536 bytes
|
Apr 17 11:44:27 server mysqld: Max address space unlimited unlimited bytes
|
Apr 17 11:44:27 server mysqld: Max file locks unlimited unlimited locks
|
Apr 17 11:44:27 server mysqld: Max pending signals 1028624 1028624 signals
|
Apr 17 11:44:27 server mysqld: Max msgqueue size 819200 819200 bytes
|
Apr 17 11:44:27 server mysqld: Max nice priority 0 0
|
Apr 17 11:44:27 server mysqld: Max realtime priority 0 0
|
Apr 17 11:44:27 server mysqld: Max realtime timeout unlimited unlimited us
|
Apr 17 11:44:27 server mysqld: Core pattern: core
|
Attaching Full Backtraces For All Threads From a Core File, which was generated with the following command:
gdb --batch --eval-command="set print frame-arguments all" --eval-command="thread apply all bt full" /usr/sbin/mariadbd /var/lib/mysql/core.932 > mariadbd_full_bt_all_threads.txt
|
Please let me know in case any other info is needed, thank you!
- duplicates
-
MDEV-30009
InnoDB shutdown hangs when the change buffer is corrupted
-
-
Closed
{"searchers":{"groups":[{"searchers":[{"name":"Project","id":"project","key":"issue.field.project","isShown":true,"lastViewed":1743360626399},{"name":"Summary","id":"summary","key":"issue.field.summary","isShown":true},{"name":"Type","id":"issuetype","key":"issue.field.issuetype","isShown":true,"lastViewed":1743360626400},{"name":"Status","id":"status","key":"issue.field.status","isShown":true,"lastViewed":1743360626406},{"name":"Priority","id":"priority","key":"issue.field.priority","isShown":true},{"name":"Resolution","id":"resolution","key":"issue.field.resolution","isShown":true},{"name":"Creator","id":"creator","key":"issue.field.creator","isShown":true},{"name":"Affects Version","id":"version","key":"issue.field.affectsversions","isShown":true},{"name":"Fix Version","id":"fixfor","key":"issue.field.fixversions","isShown":true,"lastViewed":1743360626408},{"name":"Component","id":"component","key":"issue.field.components","isShown":true},{"name":"% Limits","id":"workratio","key":"issue.field.workratio","isShown":true},{"name":"Link types","id":"issue_link_type","key":"issue.field.issuelinks","isShown":true},{"name":"Environment","id":"environment","key":"issue.field.environment","isShown":true},{"name":"Description","id":"description","key":"issue.field.description","isShown":true},{"name":"Comment","id":"comment","key":"issue.field.comment","isShown":true},{"name":"Label","id":"labels","key":"issue.field.labels","isShown":true},{"name":"Query","id":"text","key":"text","isShown":true},{"name":"Development","id":"customfield_11700","key":"com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary","isShown":true},{"name":"Epic Colour","id":"customfield_10603","key":"com.pyxis.greenhopper.jira:gh-epic-color","isShown":false},{"name":"Epic Link","id":"customfield_10600","key":"com.pyxis.greenhopper.jira:gh-epic-link","isShown":true},{"name":"Epic Name","id":"customfield_10601","key":"com.pyxis.greenhopper.jira:gh-epic-label","isShown":true},{"name":"Epic Status","id":"customfield_10602","key":"com.pyxis.greenhopper.jira:gh-epic-status","isShown":false},{"name":"Epic/Theme","id":"customfield_10103","key":"com.atlassian.jira.plugin.system.customfieldtypes:labels","isShown":true},{"name":"Flagged","id":"customfield_13101","key":"com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes","isShown":true},{"name":"Global Rank","id":"customfield_10000","key":"com.pyxis.greenhopper.jira:gh-global-rank","isShown":true},{"name":"PM Planning","id":"customfield_11404","key":"com.atlassian.jira.plugin.system.customfieldtypes:labels","isShown":true},{"name":"Python Version","id":"customfield_12404","key":"com.atlassian.jira.plugin.system.customfieldtypes:textfield","isShown":false},{"name":"Rank","id":"customfield_10700","key":"com.pyxis.greenhopper.jira:gh-lexo-rank","isShown":true},{"name":"Rank (Obsolete)","id":"customfield_10104","key":"com.atlassian.jira.plugin.system.customfieldtypes:float","isShown":false},{"name":"Rank (Obsolete)","id":"customfield_10300","key":"com.pyxis.greenhopper.jira:gh-global-rank","isShown":true},{"name":"Roadmap Score","id":"customfield_10106","key":"com.atlassian.jira.plugin.system.customfieldtypes:float","isShown":false},{"name":"Sprint","id":"customfield_10400","key":"com.pyxis.greenhopper.jira:gh-sprint","isShown":true},{"name":"Story Points","id":"customfield_13100","key":"com.atlassian.jira.plugin.system.customfieldtypes:float","isShown":false},{"name":"Support case ID","id":"customfield_11500","key":"com.atlassian.jira.plugin.system.customfieldtypes:labels","isShown":true},{"name":"Zendesk inactive tickets","id":"customfield_13002","key":"com.atlassian.jira.plugin.system.customfieldtypes:labels","isShown":true},{"name":"gitBranch","id":"customfield_12400","key":"com.xiplink.jira.git.jira_git_plugin:gitbranches","isShown":true},{"name":"gitCommitsReferenced","id":"customfield_12401","key":"com.xiplink.jira.git.jira_git_plugin:gitcommitsreferenced","isShown":true},{"name":"jqltField","id":"customfield_11300","key":"com.j-tricks.jql-plugin:jqlt-field","isShown":true}],"type":"DETAILS","title":"Details"},{"searchers":[{"name":"Created Date","id":"created","key":"issue.field.created","isShown":true},{"name":"Updated Date","id":"updated","key":"issue.field.updated","isShown":true},{"name":"Resolution Date","id":"resolutiondate","key":"issue.field.resolution.date","isShown":true},{"name":"Due Date","id":"duedate","key":"issue.field.duedate","isShown":true}],"type":"DATES","title":"Dates"},{"searchers":[{"name":"Assignee","id":"assignee","key":"issue.field.assignee","isShown":true,"lastViewed":1743360626407},{"name":"Reporter","id":"reporter","key":"issue.field.reporter","isShown":true},{"name":"Assigned for Review","id":"customfield_12700","key":"com.atlassian.jira.plugin.system.customfieldtypes:userpicker","isShown":true},{"name":"Assigned for Testing","id":"customfield_12701","key":"com.atlassian.jira.plugin.system.customfieldtypes:userpicker","isShown":true}],"type":"PEOPLE","title":"People"}]},"values":{"issuetype":{"name":"Type","editHtml":"\n\n\n\n <div class=\"field-group aui-field-issuetype\" >\n <label for=\"searcher-type\">Type</label> <select class=\"select js-default-checkboxmultiselect\" id=\"searcher-type\" multiple=\"multiple\" name=\"type\"\n data-placeholder-text=\"Find Issue Types...\" size=\"5\">\n <optgroup>\n \n <option class=\" \"\n id=\"type_-2\"\n title=\"All Standard Issue Types\"\n value=\"-2\">All Standard Issue Types</option>\n \n <option class=\" \"\n id=\"type_-3\"\n title=\"All Sub-Task Issue Types\"\n value=\"-3\">All Sub-Task Issue Types</option>\n </optgroup>\n\n <optgroup label=\"Standard Issue Types\">\n \n <option class=\" imagebacked 10202 \"\n data-icon=\"/secure/viewavatar?size=xsmall&avatarId=14103&avatarType=issuetype\"\n data-fallback-icon=\"/images/icons/issuetypes/blank.png\"\n id=\"type_1\"\n title=\"Bug\"\n value=\"1\">Bug</option>\n \n <option class=\" imagebacked 10202 \"\n data-icon=\"/secure/viewavatar?size=xsmall&avatarId=14107&avatarType=issuetype\"\n data-fallback-icon=\"/images/icons/issuetypes/blank.png\"\n id=\"type_5\"\n title=\"Epic\"\n value=\"5\">Epic</option>\n \n <option class=\" imagebacked 10202 \"\n data-icon=\"/secure/viewavatar?size=xsmall&avatarId=14111&avatarType=issuetype\"\n data-fallback-icon=\"/images/icons/issuetypes/blank.png\"\n id=\"type_2\"\n title=\"New Feature\"\n value=\"2\">New Feature</option>\n \n <option class=\" imagebacked 10202 \"\n data-icon=\"/secure/viewavatar?size=xsmall&avatarId=14118&avatarType=issuetype\"\n data-fallback-icon=\"/images/icons/issuetypes/blank.png\"\n id=\"type_3\"\n title=\"Task\"\n value=\"3\">Task</option>\n </optgroup>\n\n <optgroup label=\"Sub-Task Issue Types\">\n \n <option class=\" imagebacked 10202 \"\n data-icon=\"/images/icons/issuetypes/task_agile.png\"\n data-fallback-icon=\"/images/icons/issuetypes/blank.png\"\n id=\"type_7\"\n title=\"Technical task\"\n value=\"7\">Technical task</option>\n </optgroup>\n </select>\n </div>\n ","validSearcher":true,"isShown":true},"project":{"name":"Project","viewHtml":" <div class=\"searcherValue\">\n \n <label class=\"fieldLabel\" for=\"fieldpid\">Project:</label><span id=\"fieldpid\" class=\"fieldValue\">\n \n <a href=\"/browse/MDEV\" title=\"Browse MariaDB Server project\">MariaDB Server</a> </span></div>\n","editHtml":"\n <div class=\"field-group aui-field-project\" >\n <label for=\"searcher-pid\">Project</label> \n\n <select class=\"select js-default-checkboxmultiselect\" data-placeholder-text=\"Find Projects...\" id=\"searcher-pid\" multiple=\"multiple\" name=\"pid\" size=\"5\">\n <optgroup label=\"Recent Projects\">\n \n <option data-icon=\"/secure/projectavatar?pid=10000&size=small\"\n selected=\"selected\" title=\"MariaDB Server\"\n value=\"10000\">\n MariaDB Server (MDEV)\n </option>\n </optgroup>\n <optgroup label=\"All Projects\">\n \n <option data-icon=\"/secure/projectavatar?pid=10902&size=small\"\n title=\"MariaDB ColumnStore\"\n value=\"10902\">\n MariaDB ColumnStore (MCOL)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=10300&size=small\"\n title=\"MariaDB Connector/C\"\n value=\"10300\">\n MariaDB Connector/C (CONC)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=11801&size=small\"\n title=\"MariaDB Connector/C++\"\n value=\"11801\">\n MariaDB Connector/C++ (CONCPP)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=10301&size=small\"\n title=\"MariaDB Connector/J\"\n value=\"10301\">\n MariaDB Connector/J (CONJ)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=11300&size=small\"\n title=\"MariaDB Connector/node.js\"\n value=\"11300\">\n MariaDB Connector/node.js (CONJS)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=10400&size=small\"\n title=\"MariaDB Connector/ODBC\"\n value=\"10400\">\n MariaDB Connector/ODBC (ODBC)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=11400&size=small\"\n title=\"MariaDB Connector/Python\"\n value=\"11400\">\n MariaDB Connector/Python (CONPY)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=11902&size=small\"\n title=\"MariaDB Connector/R2DBC\"\n value=\"11902\">\n MariaDB Connector/R2DBC (R2DBC)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=11901&size=small\"\n title=\"MariaDB Foundation Development\"\n value=\"11901\">\n MariaDB Foundation Development (MDBF)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=10600&size=small\"\n title=\"MariaDB MaxScale\"\n value=\"10600\">\n MariaDB MaxScale (MXS)\n </option>\n \n <option data-icon=\"/secure/projectavatar?pid=10000&size=small\"\n selected=\"selected\" title=\"MariaDB Server\"\n value=\"10000\">\n MariaDB Server (MDEV)\n </option>\n </optgroup>\n </select>\n </div>\n \n","jql":"project = MDEV","validSearcher":true,"isShown":true},"fixfor":{"name":"Fix Version","viewHtml":" <div class=\"searcherValue\">\n \n <label class=\"fieldLabel\" for=\"fieldfixfor\">Fix Version:</label><span id=\"fieldfixfor\" class=\"fieldValue\">\n \n 10.5.19 </span></div>\n","editHtml":"\n <div class=\"field-group aui-field-projectconstant\" >\n <label for=\"searcher-fixfor\">Fix Version</label> <select class=\"select js-default-checkboxmultiselect\" id=\"searcher-fixfor\" multiple=\"multiple\" name=\"fixfor\" size=\"2\" >\n <optgroup label=\"\">\n <option value=\"-1\" title=\"No Version\">No Version</option>\n <option value=\"-2\" title=\"Unreleased Versions\">Unreleased Versions</option>\n <option value=\"-3\" title=\"Released Versions\">Released Versions</option>\n </optgroup>\n <optgroup label=\"Unreleased Versions\">\n <option value=\"id:10.0(EOL)\" title=\"10.0(EOL)\">10.0(EOL)</option>\n <option value=\"id:10.1(EOL)\" title=\"10.1(EOL)\">10.1(EOL)</option>\n <option value=\"id:10.10(EOL)\" title=\"10.10(EOL)\">10.10(EOL)</option>\n <option value=\"id:10.11\" title=\"10.11\">10.11</option>\n <option value=\"id:10.11.12\" title=\"10.11.12\">10.11.12</option>\n <option value=\"id:10.2(EOL)\" title=\"10.2(EOL)\">10.2(EOL)</option>\n <option value=\"id:10.3(EOL)\" title=\"10.3(EOL)\">10.3(EOL)</option>\n <option value=\"id:10.4(EOL)\" title=\"10.4(EOL)\">10.4(EOL)</option>\n <option value=\"id:10.5\" title=\"10.5\">10.5</option>\n <option value=\"id:10.5.29\" title=\"10.5.29\">10.5.29</option>\n <option value=\"id:10.6\" title=\"10.6\">10.6</option>\n <option value=\"id:10.6.22\" title=\"10.6.22\">10.6.22</option>\n <option value=\"id:10.7(EOL)\" title=\"10.7(EOL)\">10.7(EOL)</option>\n <option value=\"id:10.8(EOL)\" title=\"10.8(EOL)\">10.8(EOL)</option>\n <option value=\"id:10.9(EOL)\" title=\"10.9(EOL)\">10.9(EOL)</option>\n <option value=\"id:11.0(EOL)\" title=\"11.0(EOL)\">11.0(EOL)</option>\n <option value=\"id:11.1(EOL)\" title=\"11.1(EOL)\">11.1(EOL)</option>\n <option value=\"id:11.2(EOL)\" title=\"11.2(EOL)\">11.2(EOL)</option>\n <option value=\"id:11.2.7\" title=\"11.2.7\">11.2.7</option>\n <option value=\"id:11.3(EOL)\" title=\"11.3(EOL)\">11.3(EOL)</option>\n <option value=\"id:11.4\" title=\"11.4\">11.4</option>\n <option value=\"id:11.4.6\" title=\"11.4.6\">11.4.6</option>\n <option value=\"id:11.5(EOL)\" title=\"11.5(EOL)\">11.5(EOL)</option>\n <option value=\"id:11.6(EOL)\" title=\"11.6(EOL)\">11.6(EOL)</option>\n <option value=\"id:11.7(EOL)\" title=\"11.7(EOL)\">11.7(EOL)</option>\n <option value=\"id:11.8\" title=\"11.8\">11.8</option>\n <option value=\"id:11.8.2\" title=\"11.8.2\">11.8.2</option>\n <option value=\"id:12.0\" title=\"12.0\">12.0</option>\n <option value=\"id:12.0.0\" title=\"12.0.0\">12.0.0</option>\n <option value=\"id:12.0.1\" title=\"12.0.1\">12.0.1</option>\n <option value=\"id:12.0.2\" title=\"12.0.2\">12.0.2</option>\n <option value=\"id:12.1\" title=\"12.1\">12.1</option>\n <option value=\"id:12.2\" title=\"12.2\">12.2</option>\n <option value=\"id:12.3\" title=\"12.3\">12.3</option>\n <option value=\"id:5.5(EOL)\" title=\"5.5(EOL)\">5.5(EOL)</option>\n <option value=\"id:N/A\" title=\"N/A\">N/A</option>\n </optgroup>\n <optgroup label=\"Released Versions\">\n <option value=\"id:10.0.10\" title=\"10.0.10\">10.0.10</option>\n <option value=\"id:10.0.10-galera\" title=\"10.0.10-galera\">10.0.10-galera</option>\n <option value=\"id:10.0.11\" title=\"10.0.11\">10.0.11</option>\n <option value=\"id:10.0.11-galera\" title=\"10.0.11-galera\">10.0.11-galera</option>\n <option value=\"id:10.0.12\" title=\"10.0.12\">10.0.12</option>\n <option value=\"id:10.0.12-galera\" title=\"10.0.12-galera\">10.0.12-galera</option>\n <option value=\"id:10.0.13\" title=\"10.0.13\">10.0.13</option>\n <option value=\"id:10.0.13-galera\" title=\"10.0.13-galera\">10.0.13-galera</option>\n <option value=\"id:10.0.14\" title=\"10.0.14\">10.0.14</option>\n <option value=\"id:10.0.14-galera\" title=\"10.0.14-galera\">10.0.14-galera</option>\n <option value=\"id:10.0.15\" title=\"10.0.15\">10.0.15</option>\n <option value=\"id:10.0.15-FusionIO\" title=\"10.0.15-FusionIO\">10.0.15-FusionIO</option>\n <option value=\"id:10.0.15-galera\" title=\"10.0.15-galera\">10.0.15-galera</option>\n <option value=\"id:10.0.16\" title=\"10.0.16\">10.0.16</option>\n <option value=\"id:10.0.16-galera\" title=\"10.0.16-galera\">10.0.16-galera</option>\n <option value=\"id:10.0.17\" title=\"10.0.17\">10.0.17</option>\n <option value=\"id:10.0.17-galera\" title=\"10.0.17-galera\">10.0.17-galera</option>\n <option value=\"id:10.0.18\" title=\"10.0.18\">10.0.18</option>\n <option value=\"id:10.0.19\" title=\"10.0.19\">10.0.19</option>\n <option value=\"id:10.0.19-galera\" title=\"10.0.19-galera\">10.0.19-galera</option>\n <option value=\"id:10.0.20\" title=\"10.0.20\">10.0.20</option>\n <option value=\"id:10.0.20-galera\" title=\"10.0.20-galera\">10.0.20-galera</option>\n <option value=\"id:10.0.21\" title=\"10.0.21\">10.0.21</option>\n <option value=\"id:10.0.21-galera\" title=\"10.0.21-galera\">10.0.21-galera</option>\n <option value=\"id:10.0.22\" title=\"10.0.22\">10.0.22</option>\n <option value=\"id:10.0.22-galera\" title=\"10.0.22-galera\">10.0.22-galera</option>\n <option value=\"id:10.0.23\" title=\"10.0.23\">10.0.23</option>\n <option value=\"id:10.0.23-galera\" title=\"10.0.23-galera\">10.0.23-galera</option>\n <option value=\"id:10.0.24\" title=\"10.0.24\">10.0.24</option>\n <option value=\"id:10.0.24-galera\" title=\"10.0.24-galera\">10.0.24-galera</option>\n <option value=\"id:10.0.25\" title=\"10.0.25\">10.0.25</option>\n <option value=\"id:10.0.25-galera\" title=\"10.0.25-galera\">10.0.25-galera</option>\n <option value=\"id:10.0.26\" title=\"10.0.26\">10.0.26</option>\n <option value=\"id:10.0.26-galera\" title=\"10.0.26-galera\">10.0.26-galera</option>\n <option value=\"id:10.0.27\" title=\"10.0.27\">10.0.27</option>\n <option value=\"id:10.0.27-galera\" title=\"10.0.27-galera\">10.0.27-galera</option>\n <option value=\"id:10.0.28\" title=\"10.0.28\">10.0.28</option>\n <option value=\"id:10.0.28-galera\" title=\"10.0.28-galera\">10.0.28-galera</option>\n <option value=\"id:10.0.29\" title=\"10.0.29\">10.0.29</option>\n <option value=\"id:10.0.29-galera\" title=\"10.0.29-galera\">10.0.29-galera</option>\n <option value=\"id:10.0.30\" title=\"10.0.30\">10.0.30</option>\n <option value=\"id:10.0.30-galera\" title=\"10.0.30-galera\">10.0.30-galera</option>\n <option value=\"id:10.0.31\" title=\"10.0.31\">10.0.31</option>\n <option value=\"id:10.0.31-galera\" title=\"10.0.31-galera\">10.0.31-galera</option>\n <option value=\"id:10.0.32\" title=\"10.0.32\">10.0.32</option>\n <option value=\"id:10.0.32-galera\" title=\"10.0.32-galera\">10.0.32-galera</option>\n <option value=\"id:10.0.33\" title=\"10.0.33\">10.0.33</option>\n <option value=\"id:10.0.33-galera\" title=\"10.0.33-galera\">10.0.33-galera</option>\n <option value=\"id:10.0.34\" title=\"10.0.34\">10.0.34</option>\n <option value=\"id:10.0.34-galera\" title=\"10.0.34-galera\">10.0.34-galera</option>\n <option value=\"id:10.0.35\" title=\"10.0.35\">10.0.35</option>\n <option value=\"id:10.0.35-galera\" title=\"10.0.35-galera\">10.0.35-galera</option>\n <option value=\"id:10.0.36\" title=\"10.0.36\">10.0.36</option>\n <option value=\"id:10.0.36-galera\" title=\"10.0.36-galera\">10.0.36-galera</option>\n <option value=\"id:10.0.37\" title=\"10.0.37\">10.0.37</option>\n <option value=\"id:10.0.37-galera\" title=\"10.0.37-galera\">10.0.37-galera</option>\n <option value=\"id:10.0.38\" title=\"10.0.38\">10.0.38</option>\n <option value=\"id:10.0.38-galera\" title=\"10.0.38-galera\">10.0.38-galera</option>\n <option value=\"id:10.0.6\" title=\"10.0.6\">10.0.6</option>\n <option value=\"id:10.0.7\" title=\"10.0.7\">10.0.7</option>\n <option value=\"id:10.0.7-galera\" title=\"10.0.7-galera\">10.0.7-galera</option>\n <option value=\"id:10.0.8\" title=\"10.0.8\">10.0.8</option>\n <option value=\"id:10.0.9\" title=\"10.0.9\">10.0.9</option>\n <option value=\"id:10.1.41\" title=\"10.1.41\">10.1.41</option>\n <option value=\"id:10.10.0\" title=\"10.10.0\">10.10.0</option>\n <option value=\"id:10.10.1\" title=\"10.10.1\">10.10.1</option>\n <option value=\"id:10.10.2\" title=\"10.10.2\">10.10.2</option>\n <option value=\"id:10.10.3\" title=\"10.10.3\">10.10.3</option>\n <option value=\"id:10.10.4\" title=\"10.10.4\">10.10.4</option>\n <option value=\"id:10.10.5\" title=\"10.10.5\">10.10.5</option>\n <option value=\"id:10.10.6\" title=\"10.10.6\">10.10.6</option>\n <option value=\"id:10.10.7\" title=\"10.10.7\">10.10.7</option>\n <option value=\"id:10.11.0\" title=\"10.11.0\">10.11.0</option>\n <option value=\"id:10.11.1\" title=\"10.11.1\">10.11.1</option>\n <option value=\"id:10.11.10\" title=\"10.11.10\">10.11.10</option>\n <option value=\"id:10.11.11\" title=\"10.11.11\">10.11.11</option>\n <option value=\"id:10.11.2\" title=\"10.11.2\">10.11.2</option>\n <option value=\"id:10.11.3\" title=\"10.11.3\">10.11.3</option>\n <option value=\"id:10.11.4\" title=\"10.11.4\">10.11.4</option>\n <option value=\"id:10.11.5\" title=\"10.11.5\">10.11.5</option>\n <option value=\"id:10.11.6\" title=\"10.11.6\">10.11.6</option>\n <option value=\"id:10.11.7\" title=\"10.11.7\">10.11.7</option>\n <option value=\"id:10.11.8\" title=\"10.11.8\">10.11.8</option>\n <option value=\"id:10.11.9\" title=\"10.11.9\">10.11.9</option>\n <option value=\"id:10.2.0\" title=\"10.2.0\">10.2.0</option>\n <option value=\"id:10.2.1\" title=\"10.2.1\">10.2.1</option>\n <option value=\"id:10.2.10\" title=\"10.2.10\">10.2.10</option>\n <option value=\"id:10.2.11\" title=\"10.2.11\">10.2.11</option>\n <option value=\"id:10.2.12\" title=\"10.2.12\">10.2.12</option>\n <option value=\"id:10.2.13\" title=\"10.2.13\">10.2.13</option>\n <option value=\"id:10.2.14\" title=\"10.2.14\">10.2.14</option>\n <option value=\"id:10.2.15\" title=\"10.2.15\">10.2.15</option>\n <option value=\"id:10.2.16\" title=\"10.2.16\">10.2.16</option>\n <option value=\"id:10.2.17\" title=\"10.2.17\">10.2.17</option>\n <option value=\"id:10.2.18\" title=\"10.2.18\">10.2.18</option>\n <option value=\"id:10.2.19\" title=\"10.2.19\">10.2.19</option>\n <option value=\"id:10.2.2\" title=\"10.2.2\">10.2.2</option>\n <option value=\"id:10.2.20\" title=\"10.2.20\">10.2.20</option>\n <option value=\"id:10.2.21\" title=\"10.2.21\">10.2.21</option>\n <option value=\"id:10.2.22\" title=\"10.2.22\">10.2.22</option>\n <option value=\"id:10.2.23\" title=\"10.2.23\">10.2.23</option>\n <option value=\"id:10.2.24\" title=\"10.2.24\">10.2.24</option>\n <option value=\"id:10.2.25\" title=\"10.2.25\">10.2.25</option>\n <option value=\"id:10.2.26\" title=\"10.2.26\">10.2.26</option>\n <option value=\"id:10.2.27\" title=\"10.2.27\">10.2.27</option>\n <option value=\"id:10.2.28\" title=\"10.2.28\">10.2.28</option>\n <option value=\"id:10.2.29\" title=\"10.2.29\">10.2.29</option>\n <option value=\"id:10.2.3\" title=\"10.2.3\">10.2.3</option>\n <option value=\"id:10.2.30\" title=\"10.2.30\">10.2.30</option>\n <option value=\"id:10.2.31\" title=\"10.2.31\">10.2.31</option>\n <option value=\"id:10.2.32\" title=\"10.2.32\">10.2.32</option>\n <option value=\"id:10.2.33\" title=\"10.2.33\">10.2.33</option>\n <option value=\"id:10.2.34\" title=\"10.2.34\">10.2.34</option>\n <option value=\"id:10.2.35\" title=\"10.2.35\">10.2.35</option>\n <option value=\"id:10.2.36\" title=\"10.2.36\">10.2.36</option>\n <option value=\"id:10.2.37\" title=\"10.2.37\">10.2.37</option>\n <option value=\"id:10.2.38\" title=\"10.2.38\">10.2.38</option>\n <option value=\"id:10.2.39\" title=\"10.2.39\">10.2.39</option>\n <option value=\"id:10.2.4\" title=\"10.2.4\">10.2.4</option>\n <option value=\"id:10.2.40\" title=\"10.2.40\">10.2.40</option>\n <option value=\"id:10.2.41\" title=\"10.2.41\">10.2.41</option>\n <option value=\"id:10.2.42\" title=\"10.2.42\">10.2.42</option>\n <option value=\"id:10.2.43\" title=\"10.2.43\">10.2.43</option>\n <option value=\"id:10.2.44\" title=\"10.2.44\">10.2.44</option>\n <option value=\"id:10.2.5\" title=\"10.2.5\">10.2.5</option>\n <option value=\"id:10.2.6\" title=\"10.2.6\">10.2.6</option>\n <option value=\"id:10.2.7\" title=\"10.2.7\">10.2.7</option>\n <option value=\"id:10.2.8\" title=\"10.2.8\">10.2.8</option>\n <option value=\"id:10.2.9\" title=\"10.2.9\">10.2.9</option>\n <option value=\"id:10.3.0\" title=\"10.3.0\">10.3.0</option>\n <option value=\"id:10.3.1\" title=\"10.3.1\">10.3.1</option>\n <option value=\"id:10.3.10\" title=\"10.3.10\">10.3.10</option>\n <option value=\"id:10.3.11\" title=\"10.3.11\">10.3.11</option>\n <option value=\"id:10.3.12\" title=\"10.3.12\">10.3.12</option>\n <option value=\"id:10.3.13\" title=\"10.3.13\">10.3.13</option>\n <option value=\"id:10.3.14\" title=\"10.3.14\">10.3.14</option>\n <option value=\"id:10.3.15\" title=\"10.3.15\">10.3.15</option>\n <option value=\"id:10.3.16\" title=\"10.3.16\">10.3.16</option>\n <option value=\"id:10.3.17\" title=\"10.3.17\">10.3.17</option>\n <option value=\"id:10.3.18\" title=\"10.3.18\">10.3.18</option>\n <option value=\"id:10.3.19\" title=\"10.3.19\">10.3.19</option>\n <option value=\"id:10.3.2\" title=\"10.3.2\">10.3.2</option>\n <option value=\"id:10.3.20\" title=\"10.3.20\">10.3.20</option>\n <option value=\"id:10.3.21\" title=\"10.3.21\">10.3.21</option>\n <option value=\"id:10.3.22\" title=\"10.3.22\">10.3.22</option>\n <option value=\"id:10.3.23\" title=\"10.3.23\">10.3.23</option>\n <option value=\"id:10.3.24\" title=\"10.3.24\">10.3.24</option>\n <option value=\"id:10.3.25\" title=\"10.3.25\">10.3.25</option>\n <option value=\"id:10.3.26\" title=\"10.3.26\">10.3.26</option>\n <option value=\"id:10.3.27\" title=\"10.3.27\">10.3.27</option>\n <option value=\"id:10.3.28\" title=\"10.3.28\">10.3.28</option>\n <option value=\"id:10.3.29\" title=\"10.3.29\">10.3.29</option>\n <option value=\"id:10.3.3\" title=\"10.3.3\">10.3.3</option>\n <option value=\"id:10.3.30\" title=\"10.3.30\">10.3.30</option>\n <option value=\"id:10.3.31\" title=\"10.3.31\">10.3.31</option>\n <option value=\"id:10.3.32\" title=\"10.3.32\">10.3.32</option>\n <option value=\"id:10.3.33\" title=\"10.3.33\">10.3.33</option>\n <option value=\"id:10.3.34\" title=\"10.3.34\">10.3.34</option>\n <option value=\"id:10.3.35\" title=\"10.3.35\">10.3.35</option>\n <option value=\"id:10.3.36\" title=\"10.3.36\">10.3.36</option>\n <option value=\"id:10.3.37\" title=\"10.3.37\">10.3.37</option>\n <option value=\"id:10.3.38\" title=\"10.3.38\">10.3.38</option>\n <option value=\"id:10.3.39\" title=\"10.3.39\">10.3.39</option>\n <option value=\"id:10.3.4\" title=\"10.3.4\">10.3.4</option>\n <option value=\"id:10.3.5\" title=\"10.3.5\">10.3.5</option>\n <option value=\"id:10.3.6\" title=\"10.3.6\">10.3.6</option>\n <option value=\"id:10.3.7\" title=\"10.3.7\">10.3.7</option>\n <option value=\"id:10.3.8\" title=\"10.3.8\">10.3.8</option>\n <option value=\"id:10.3.9\" title=\"10.3.9\">10.3.9</option>\n <option value=\"id:10.4.0\" title=\"10.4.0\">10.4.0</option>\n <option value=\"id:10.4.1\" title=\"10.4.1\">10.4.1</option>\n <option value=\"id:10.4.10\" title=\"10.4.10\">10.4.10</option>\n <option value=\"id:10.4.11\" title=\"10.4.11\">10.4.11</option>\n <option value=\"id:10.4.12\" title=\"10.4.12\">10.4.12</option>\n <option value=\"id:10.4.13\" title=\"10.4.13\">10.4.13</option>\n <option value=\"id:10.4.14\" title=\"10.4.14\">10.4.14</option>\n <option value=\"id:10.4.15\" title=\"10.4.15\">10.4.15</option>\n <option value=\"id:10.4.16\" title=\"10.4.16\">10.4.16</option>\n <option value=\"id:10.4.17\" title=\"10.4.17\">10.4.17</option>\n <option value=\"id:10.4.18\" title=\"10.4.18\">10.4.18</option>\n <option value=\"id:10.4.19\" title=\"10.4.19\">10.4.19</option>\n <option value=\"id:10.4.2\" title=\"10.4.2\">10.4.2</option>\n <option value=\"id:10.4.20\" title=\"10.4.20\">10.4.20</option>\n <option value=\"id:10.4.21\" title=\"10.4.21\">10.4.21</option>\n <option value=\"id:10.4.22\" title=\"10.4.22\">10.4.22</option>\n <option value=\"id:10.4.23\" title=\"10.4.23\">10.4.23</option>\n <option value=\"id:10.4.24\" title=\"10.4.24\">10.4.24</option>\n <option value=\"id:10.4.25\" title=\"10.4.25\">10.4.25</option>\n <option value=\"id:10.4.26\" title=\"10.4.26\">10.4.26</option>\n <option value=\"id:10.4.27\" title=\"10.4.27\">10.4.27</option>\n <option value=\"id:10.4.28\" title=\"10.4.28\">10.4.28</option>\n <option value=\"id:10.4.29\" title=\"10.4.29\">10.4.29</option>\n <option value=\"id:10.4.3\" title=\"10.4.3\">10.4.3</option>\n <option value=\"id:10.4.30\" title=\"10.4.30\">10.4.30</option>\n <option value=\"id:10.4.31\" title=\"10.4.31\">10.4.31</option>\n <option value=\"id:10.4.32\" title=\"10.4.32\">10.4.32</option>\n <option value=\"id:10.4.33\" title=\"10.4.33\">10.4.33</option>\n <option value=\"id:10.4.34\" title=\"10.4.34\">10.4.34</option>\n <option value=\"id:10.4.4\" title=\"10.4.4\">10.4.4</option>\n <option value=\"id:10.4.5\" title=\"10.4.5\">10.4.5</option>\n <option value=\"id:10.4.6\" title=\"10.4.6\">10.4.6</option>\n <option value=\"id:10.4.7\" title=\"10.4.7\">10.4.7</option>\n <option value=\"id:10.4.8\" title=\"10.4.8\">10.4.8</option>\n <option value=\"id:10.4.9\" title=\"10.4.9\">10.4.9</option>\n <option value=\"id:10.5.0\" title=\"10.5.0\">10.5.0</option>\n <option value=\"id:10.5.1\" title=\"10.5.1\">10.5.1</option>\n <option value=\"id:10.5.10\" title=\"10.5.10\">10.5.10</option>\n <option value=\"id:10.5.11\" title=\"10.5.11\">10.5.11</option>\n <option value=\"id:10.5.12\" title=\"10.5.12\">10.5.12</option>\n <option value=\"id:10.5.13\" title=\"10.5.13\">10.5.13</option>\n <option value=\"id:10.5.14\" title=\"10.5.14\">10.5.14</option>\n <option value=\"id:10.5.15\" title=\"10.5.15\">10.5.15</option>\n <option value=\"id:10.5.16\" title=\"10.5.16\">10.5.16</option>\n <option value=\"id:10.5.17\" title=\"10.5.17\">10.5.17</option>\n <option value=\"id:10.5.18\" title=\"10.5.18\">10.5.18</option>\n <option selected=\"selected\" value=\"id:10.5.19\" title=\"10.5.19\">10.5.19</option>\n <option value=\"id:10.5.2\" title=\"10.5.2\">10.5.2</option>\n <option value=\"id:10.5.20\" title=\"10.5.20\">10.5.20</option>\n <option value=\"id:10.5.21\" title=\"10.5.21\">10.5.21</option>\n <option value=\"id:10.5.22\" title=\"10.5.22\">10.5.22</option>\n <option value=\"id:10.5.23\" title=\"10.5.23\">10.5.23</option>\n <option value=\"id:10.5.24\" title=\"10.5.24\">10.5.24</option>\n <option value=\"id:10.5.25\" title=\"10.5.25\">10.5.25</option>\n <option value=\"id:10.5.26\" title=\"10.5.26\">10.5.26</option>\n <option value=\"id:10.5.27\" title=\"10.5.27\">10.5.27</option>\n <option value=\"id:10.5.28\" title=\"10.5.28\">10.5.28</option>\n <option value=\"id:10.5.3\" title=\"10.5.3\">10.5.3</option>\n <option value=\"id:10.5.4\" title=\"10.5.4\">10.5.4</option>\n <option value=\"id:10.5.5\" title=\"10.5.5\">10.5.5</option>\n <option value=\"id:10.5.6\" title=\"10.5.6\">10.5.6</option>\n <option value=\"id:10.5.7\" title=\"10.5.7\">10.5.7</option>\n <option value=\"id:10.5.8\" title=\"10.5.8\">10.5.8</option>\n <option value=\"id:10.5.9\" title=\"10.5.9\">10.5.9</option>\n <option value=\"id:10.6.0\" title=\"10.6.0\">10.6.0</option>\n <option value=\"id:10.6.1\" title=\"10.6.1\">10.6.1</option>\n <option value=\"id:10.6.10\" title=\"10.6.10\">10.6.10</option>\n <option value=\"id:10.6.11\" title=\"10.6.11\">10.6.11</option>\n <option value=\"id:10.6.12\" title=\"10.6.12\">10.6.12</option>\n <option value=\"id:10.6.13\" title=\"10.6.13\">10.6.13</option>\n <option value=\"id:10.6.14\" title=\"10.6.14\">10.6.14</option>\n <option value=\"id:10.6.15\" title=\"10.6.15\">10.6.15</option>\n <option value=\"id:10.6.16\" title=\"10.6.16\">10.6.16</option>\n <option value=\"id:10.6.17\" title=\"10.6.17\">10.6.17</option>\n <option value=\"id:10.6.18\" title=\"10.6.18\">10.6.18</option>\n <option value=\"id:10.6.19\" title=\"10.6.19\">10.6.19</option>\n <option value=\"id:10.6.2\" title=\"10.6.2\">10.6.2</option>\n <option value=\"id:10.6.20\" title=\"10.6.20\">10.6.20</option>\n <option value=\"id:10.6.21\" title=\"10.6.21\">10.6.21</option>\n <option value=\"id:10.6.3\" title=\"10.6.3\">10.6.3</option>\n <option value=\"id:10.6.4\" title=\"10.6.4\">10.6.4</option>\n <option value=\"id:10.6.5\" title=\"10.6.5\">10.6.5</option>\n <option value=\"id:10.6.6\" title=\"10.6.6\">10.6.6</option>\n <option value=\"id:10.6.7\" title=\"10.6.7\">10.6.7</option>\n <option value=\"id:10.6.8\" title=\"10.6.8\">10.6.8</option>\n <option value=\"id:10.6.9\" title=\"10.6.9\">10.6.9</option>\n <option value=\"id:10.8.0\" title=\"10.8.0\">10.8.0</option>\n <option value=\"id:10.8.1\" title=\"10.8.1\">10.8.1</option>\n <option value=\"id:10.8.2\" title=\"10.8.2\">10.8.2</option>\n <option value=\"id:10.8.3\" title=\"10.8.3\">10.8.3</option>\n <option value=\"id:10.8.4\" title=\"10.8.4\">10.8.4</option>\n <option value=\"id:10.8.5\" title=\"10.8.5\">10.8.5</option>\n <option value=\"id:10.8.6\" title=\"10.8.6\">10.8.6</option>\n <option value=\"id:10.8.7\" title=\"10.8.7\">10.8.7</option>\n <option value=\"id:10.8.8\" title=\"10.8.8\">10.8.8</option>\n <option value=\"id:10.9.0\" title=\"10.9.0\">10.9.0</option>\n <option value=\"id:10.9.1\" title=\"10.9.1\">10.9.1</option>\n <option value=\"id:10.9.2\" title=\"10.9.2\">10.9.2</option>\n <option value=\"id:10.9.3\" title=\"10.9.3\">10.9.3</option>\n <option value=\"id:10.9.4\" title=\"10.9.4\">10.9.4</option>\n <option value=\"id:10.9.5\" title=\"10.9.5\">10.9.5</option>\n <option value=\"id:10.9.6\" title=\"10.9.6\">10.9.6</option>\n <option value=\"id:10.9.7\" title=\"10.9.7\">10.9.7</option>\n <option value=\"id:10.9.8\" title=\"10.9.8\">10.9.8</option>\n <option value=\"id:11.0.0\" title=\"11.0.0\">11.0.0</option>\n <option value=\"id:11.0.1\" title=\"11.0.1\">11.0.1</option>\n <option value=\"id:11.0.2\" title=\"11.0.2\">11.0.2</option>\n <option value=\"id:11.0.3\" title=\"11.0.3\">11.0.3</option>\n <option value=\"id:11.0.4\" title=\"11.0.4\">11.0.4</option>\n <option value=\"id:11.0.5\" title=\"11.0.5\">11.0.5</option>\n <option value=\"id:11.0.6\" title=\"11.0.6\">11.0.6</option>\n <option value=\"id:11.1.0\" title=\"11.1.0\">11.1.0</option>\n <option value=\"id:11.1.1\" title=\"11.1.1\">11.1.1</option>\n <option value=\"id:11.1.2\" title=\"11.1.2\">11.1.2</option>\n <option value=\"id:11.1.3\" title=\"11.1.3\">11.1.3</option>\n <option value=\"id:11.1.4\" title=\"11.1.4\">11.1.4</option>\n <option value=\"id:11.1.5\" title=\"11.1.5\">11.1.5</option>\n <option value=\"id:11.1.6\" title=\"11.1.6\">11.1.6</option>\n <option value=\"id:11.2.0\" title=\"11.2.0\">11.2.0</option>\n <option value=\"id:11.2.1\" title=\"11.2.1\">11.2.1</option>\n <option value=\"id:11.2.2\" title=\"11.2.2\">11.2.2</option>\n <option value=\"id:11.2.3\" title=\"11.2.3\">11.2.3</option>\n <option value=\"id:11.2.4\" title=\"11.2.4\">11.2.4</option>\n <option value=\"id:11.2.5\" title=\"11.2.5\">11.2.5</option>\n <option value=\"id:11.2.6\" title=\"11.2.6\">11.2.6</option>\n <option value=\"id:11.3.0\" title=\"11.3.0\">11.3.0</option>\n <option value=\"id:11.3.1\" title=\"11.3.1\">11.3.1</option>\n <option value=\"id:11.3.2\" title=\"11.3.2\">11.3.2</option>\n <option value=\"id:11.4.0\" title=\"11.4.0\">11.4.0</option>\n <option value=\"id:11.4.1\" title=\"11.4.1\">11.4.1</option>\n <option value=\"id:11.4.2\" title=\"11.4.2\">11.4.2</option>\n <option value=\"id:11.4.3\" title=\"11.4.3\">11.4.3</option>\n <option value=\"id:11.4.4\" title=\"11.4.4\">11.4.4</option>\n <option value=\"id:11.4.5\" title=\"11.4.5\">11.4.5</option>\n <option value=\"id:11.5.1\" title=\"11.5.1\">11.5.1</option>\n <option value=\"id:11.5.2\" title=\"11.5.2\">11.5.2</option>\n <option value=\"id:11.6.0\" title=\"11.6.0\">11.6.0</option>\n <option value=\"id:11.6.1\" title=\"11.6.1\">11.6.1</option>\n <option value=\"id:11.6.2\" title=\"11.6.2\">11.6.2</option>\n <option value=\"id:11.7.0\" title=\"11.7.0\">11.7.0</option>\n <option value=\"id:11.7.1\" title=\"11.7.1\">11.7.1</option>\n <option value=\"id:11.7.2\" title=\"11.7.2\">11.7.2</option>\n <option value=\"id:11.8.0\" title=\"11.8.0\">11.8.0</option>\n <option value=\"id:11.8.1\" title=\"11.8.1\">11.8.1</option>\n </optgroup>\n </select>\n </div>\n ","jql":"fixVersion = 10.5.19","validSearcher":true,"isShown":true},"assignee":{"name":"Assignee","editHtml":"\n \n <div class=\"field-group aui-field-userlist\" >\n <label for=\"searcher-assigneeSelect\">Assignee</label> <fieldset rel=\"assignee\" class=\"hidden user-group-searcher-params\">\n </fieldset>\n <select class=\"js-usergroup-checkboxmultiselect\" multiple=\"multiple\" id=\"assignee\" name=\"assignee\" data-placeholder-text=\"Enter username or group\">\n <optgroup>\n <option class=\"headerOption\" data-icon=\"https://jira.mariadb.org/secure/useravatar?size=xsmall&avatarId=10123\" value=\"empty\" title=\"Unassigned\">Unassigned</option>\n </optgroup>\n <optgroup>\n </optgroup>\n </select>\n <input type=\"hidden\" name=\"check_prev_assignee\" value=\"true\">\n </div>\n \n","validSearcher":true,"isShown":true},"status":{"name":"Status","editHtml":"\n <div class=\"field-group aui-field-constants\" >\n <label for=\"searcher-status\">Status</label> \n <select class=\"select js-default-checkboxmultiselectstatuslozenge\" data-placeholder-text=\"Find Statuses...\" id=\"searcher-status\" multiple=\"multiple\" name=\"status\" size=\"4\" data-status-lozenge=\"true\">\n <option class=\"imagebacked\" data-icon=\"/images/icons/statuses/open.png\" value=\"1\" title=\"Open\" data-simple-status=\"{"id":"1","name":"Open","description":"","iconUrl":"/images/icons/statuses/open.png","statusCategory":{"id":2,"key":"new","colorName":"blue-gray"}}\">Open</option>\n <option class=\"imagebacked\" data-icon=\"/images/icons/status_generic.gif\" value=\"10101\" title=\"Confirmed\" data-simple-status=\"{"id":"10101","name":"Confirmed","description":"","iconUrl":"/images/icons/status_generic.gif","statusCategory":{"id":4,"key":"indeterminate","colorName":"yellow"}}\">Confirmed</option>\n <option class=\"imagebacked\" data-icon=\"/images/icons/statuses/inprogress.png\" value=\"3\" title=\"In Progress\" data-simple-status=\"{"id":"3","name":"In Progress","description":"This issue is being actively worked on at the moment by the assignee.","iconUrl":"/images/icons/statuses/inprogress.png","statusCategory":{"id":4,"key":"indeterminate","colorName":"yellow"}}\">In Progress</option>\n <option class=\"imagebacked\" data-icon=\"/images/icons/statuses/down.png\" value=\"10000\" title=\"Stalled\" data-simple-status=\"{"id":"10000","name":"Stalled","description":"This issue is not being actively worked on at the moment.","iconUrl":"/images/icons/statuses/down.png","statusCategory":{"id":4,"key":"indeterminate","colorName":"yellow"}}\">Stalled</option>\n <option class=\"imagebacked\" data-icon=\"/images/icons/statuses/information.png\" value=\"10002\" title=\"In Review\" data-simple-status=\"{"id":"10002","name":"In Review","description":"The current assignee is reviewing the work done in this issue.","iconUrl":"/images/icons/statuses/information.png","statusCategory":{"id":4,"key":"indeterminate","colorName":"yellow"}}\">In Review</option>\n <option class=\"imagebacked\" data-icon=\"/images/icons/statuses/generic.png\" value=\"10301\" title=\"In Testing\" data-simple-status=\"{"id":"10301","name":"In Testing","description":"","iconUrl":"/images/icons/statuses/generic.png","statusCategory":{"id":4,"key":"indeterminate","colorName":"yellow"}}\">In Testing</option>\n <option class=\"imagebacked\" data-icon=\"/images/icons/statuses/closed.png\" value=\"6\" title=\"Closed\" data-simple-status=\"{"id":"6","name":"Closed","description":"","iconUrl":"/images/icons/statuses/closed.png","statusCategory":{"id":3,"key":"done","colorName":"green"}}\">Closed</option>\n <option class=\"imagebacked\" data-icon=\"/images/icons/statuses/generic.png\" value=\"10501\" title=\"Needs Feedback\" data-simple-status=\"{"id":"10501","name":"Needs Feedback","description":"","iconUrl":"/images/icons/statuses/generic.png","statusCategory":{"id":2,"key":"new","colorName":"blue-gray"}}\">Needs Feedback</option>\n </select>\n </div>\n \n","validSearcher":true,"isShown":true}}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0
{"report":{"fcp":1457.6999998092651,"ttfb":262,"pageVisibility":"visible","key":"jira.issue.nav-detail","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"f3417c63-48f4-4447-8479-4ecf0123fe23","navigationType":0,"readyForUser":3004.8999996185303,"redirectCount":0,"resourceLoadedEnd":1029.2999997138977,"resourceLoadedStart":270,"resourceTiming":[{"duration":73,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":270,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":270,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":343,"responseStart":0,"secureConnectionStart":0},{"duration":73,"initiatorType":"link","name":"https://jira.mariadb.org/s/1478ee9518804fac4b35845dc4ce556a-CDN/lu2cib/820016/12ta74/97a9a6b13407d4702f4a258757d43f81/_/download/contextbatch/css/jira.view.issue,viewissue.standalone,jira.navigator.kickass,jira.general,jira.global,jira.navigator,atl.general,jira.navigator.simple,jira.navigator.advanced,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":270.2999997138977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":270.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":343.2999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":72.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/3.0.4/_/download/batch/com.atlassian.jira.jira-tzdetect-plugin:tzdetect-banner-component/com.atlassian.jira.jira-tzdetect-plugin:tzdetect-banner-component.css","startTime":270.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":270.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":343.5,"responseStart":0,"secureConnectionStart":0},{"duration":72.80000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/a7c82c2f9b4c8fd63530eb9f2a1d712a-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.filter.deletion.warning:styles/jira.filter.deletion.warning:styles.css","startTime":270.7999997138977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":270.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":343.59999990463257,"responseStart":0,"secureConnectionStart":0},{"duration":466.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":270.8999996185303,"connectEnd":343.3999996185303,"connectStart":343.3999996185303,"domainLookupEnd":343.3999996185303,"domainLookupStart":343.3999996185303,"fetchStart":270.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":344.59999990463257,"responseEnd":737.2999997138977,"responseStart":362.09999990463257,"secureConnectionStart":343.3999996185303},{"duration":757.1999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/3e25a0b0c47560558d0a6707b047e06f-CDN/lu2cib/820016/12ta74/97a9a6b13407d4702f4a258757d43f81/_/download/contextbatch/js/jira.view.issue,viewissue.standalone,jira.navigator.kickass,jira.general,jira.global,jira.navigator,atl.general,jira.navigator.simple,jira.navigator.advanced,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":271.19999980926514,"connectEnd":271.19999980926514,"connectStart":271.19999980926514,"domainLookupEnd":271.19999980926514,"domainLookupStart":271.19999980926514,"fetchStart":271.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":346,"responseEnd":1028.3999996185303,"responseStart":366.7999997138977,"secureConnectionStart":271.19999980926514},{"duration":118.7000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":271.3999996185303,"connectEnd":271.3999996185303,"connectStart":271.3999996185303,"domainLookupEnd":271.3999996185303,"domainLookupStart":271.3999996185303,"fetchStart":271.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":346.2999997138977,"responseEnd":390.09999990463257,"responseStart":381.2999997138977,"secureConnectionStart":271.3999996185303},{"duration":112.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/aa6a6199803063cf5eed6122dfa3f13b-CDN/lu2cib/820016/12ta74/3.0.4/_/download/batch/com.atlassian.jira.jira-tzdetect-plugin:tzdetect-banner-component/com.atlassian.jira.jira-tzdetect-plugin:tzdetect-banner-component.js?locale=en","startTime":271.5,"connectEnd":271.5,"connectStart":271.5,"domainLookupEnd":271.5,"domainLookupStart":271.5,"fetchStart":271.5,"redirectEnd":0,"redirectStart":0,"requestStart":346.5,"responseEnd":384,"responseStart":373.8999996185303,"secureConnectionStart":271.5},{"duration":111.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/3.0.4/_/download/batch/com.atlassian.jira.jira-tzdetect-plugin:tzdetect-lib/com.atlassian.jira.jira-tzdetect-plugin:tzdetect-lib.js","startTime":271.7999997138977,"connectEnd":271.7999997138977,"connectStart":271.7999997138977,"domainLookupEnd":271.7999997138977,"domainLookupStart":271.7999997138977,"fetchStart":271.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":346.69999980926514,"responseEnd":383.59999990463257,"responseStart":372.8999996185303,"secureConnectionStart":271.7999997138977},{"duration":114.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":271.8999996185303,"connectEnd":271.8999996185303,"connectStart":271.8999996185303,"domainLookupEnd":271.8999996185303,"domainLookupStart":271.8999996185303,"fetchStart":271.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":346.7999997138977,"responseEnd":386.19999980926514,"responseStart":376.09999990463257,"secureConnectionStart":271.8999996185303},{"duration":113,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":272.09999990463257,"connectEnd":272.09999990463257,"connectStart":272.09999990463257,"domainLookupEnd":272.09999990463257,"domainLookupStart":272.09999990463257,"fetchStart":272.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":347,"responseEnd":385.09999990463257,"responseStart":375.59999990463257,"secureConnectionStart":272.09999990463257},{"duration":72.09999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":272.2999997138977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":272.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":344.3999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":97.2999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":272.5,"connectEnd":272.5,"connectStart":272.5,"domainLookupEnd":272.5,"domainLookupStart":272.5,"fetchStart":272.5,"redirectEnd":0,"redirectStart":0,"requestStart":347,"responseEnd":369.7999997138977,"responseStart":365.19999980926514,"secureConnectionStart":272.5},{"duration":737.5999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":291.2999997138977,"connectEnd":291.2999997138977,"connectStart":291.2999997138977,"domainLookupEnd":291.2999997138977,"domainLookupStart":291.2999997138977,"fetchStart":291.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":347.19999980926514,"responseEnd":1028.8999996185303,"responseStart":1021.5,"secureConnectionStart":291.2999997138977},{"duration":737.7999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":291.5,"connectEnd":291.5,"connectStart":291.5,"domainLookupEnd":291.5,"domainLookupStart":291.5,"fetchStart":291.5,"redirectEnd":0,"redirectStart":0,"requestStart":401.09999990463257,"responseEnd":1029.2999997138977,"responseStart":1023.0999999046326,"secureConnectionStart":291.5},{"duration":139.59999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":915,"connectEnd":915,"connectStart":915,"domainLookupEnd":915,"domainLookupStart":915,"fetchStart":915,"redirectEnd":0,"redirectStart":0,"requestStart":1020.0999999046326,"responseEnd":1054.5999999046326,"responseStart":1053.7999997138977,"secureConnectionStart":915},{"duration":677.5999999046326,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1197.7999997138977,"connectEnd":1197.7999997138977,"connectStart":1197.7999997138977,"domainLookupEnd":1197.7999997138977,"domainLookupStart":1197.7999997138977,"fetchStart":1197.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":1833.1999998092651,"responseEnd":1875.3999996185303,"responseStart":1874.6999998092651,"secureConnectionStart":1197.7999997138977},{"duration":557.4000000953674,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1448.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1448.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2006.2999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":377.59999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/api/2/filter/favourite?expand=subscriptions[-5:]&_=1743360627022","startTime":1625.0999999046326,"connectEnd":1625.0999999046326,"connectStart":1625.0999999046326,"domainLookupEnd":1625.0999999046326,"domainLookupStart":1625.0999999046326,"fetchStart":1625.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1977.1999998092651,"responseEnd":2002.6999998092651,"responseStart":2002.1999998092651,"secureConnectionStart":1625.0999999046326},{"duration":1193.2999997138977,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/issueNav/latest/preferredSearchLayout","startTime":1727,"connectEnd":1727,"connectStart":1727,"domainLookupEnd":1727,"domainLookupStart":1727,"fetchStart":1727,"redirectEnd":0,"redirectStart":0,"requestStart":2882.8999996185303,"responseEnd":2920.2999997138977,"responseStart":2919.699999809265,"secureConnectionStart":1727},{"duration":1098.1000003814697,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/issueNav/1/issueTable/stable","startTime":1835.3999996185303,"connectEnd":1835.3999996185303,"connectStart":1835.3999996185303,"domainLookupEnd":1835.3999996185303,"domainLookupStart":1835.3999996185303,"fetchStart":1835.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":2884.199999809265,"responseEnd":2933.5,"responseStart":2930.5,"secureConnectionStart":1835.3999996185303},{"duration":1075.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/menu/latest/appswitcher?_=1743360627023","startTime":1856.2999997138977,"connectEnd":1856.2999997138977,"connectStart":1856.2999997138977,"domainLookupEnd":1856.2999997138977,"domainLookupStart":1856.2999997138977,"fetchStart":1856.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":2884.8999996185303,"responseEnd":2931.7999997138977,"responseStart":2923.3999996185303,"secureConnectionStart":1856.2999997138977}],"fetchStart":1,"domainLookupStart":49,"domainLookupEnd":56,"connectStart":56,"connectEnd":75,"secureConnectionStart":64,"requestStart":76,"responseStart":263,"responseEnd":291,"domLoading":267,"domInteractive":1568,"domContentLoadedEventStart":1568,"domContentLoadedEventEnd":1900,"domComplete":3858,"loadEventStart":3858,"loadEventEnd":3858,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[],"measures":[],"correlationId":"9ceed2188521bb","effectiveType":"4g","downlink":9.8,"rtt":0,"serverDuration":106,"dbConnsTimeInMs":8,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
mariadbd_full_bt_all_threads.txt
shows that the calling thread is executing ibuf_insert_to_index_page_low(). I suspect that some stale change buffer entries are being applied twice. This was found out to be the actual root cause of
MDEV-30009. I described that bug in my FOSDEM 2023 speech.