forked from MariaDB/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
442 additions
and
378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libmariadb
updated
from fffa81 to 2adf5c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--skip-stack-trace --skip-core-file | ||
--loose-skip-stack-trace --skip-core-file | ||
--default-storage-engine=MyISAM | ||
--loose-skip-innodb-file-per-table |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
--skip-stack-trace --skip-core-file | ||
--loose-skip-stack-trace --skip-core-file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
--- /Users/shulga/projects/mariadb/server-10.6/mysql-test/main/opt_trace.result 2021-07-21 19:17:11.000000000 +0700 | ||
+++ /Users/shulga/projects/mariadb/server-10.6/mysql-test/main/opt_trace.reject 2021-07-21 19:17:48.000000000 +0700 | ||
@@ -2829,14 +2829,6 @@ | ||
} | ||
}, | ||
{ | ||
- "transformation": { | ||
- "select_id": 2, | ||
- "from": "IN (SELECT)", | ||
- "to": "semijoin", | ||
- "chosen": true | ||
- } | ||
- }, | ||
- { | ||
"expanded_query": "/* select#2 */ select t10.pk from t10" | ||
} | ||
] | ||
@@ -4402,14 +4394,6 @@ | ||
} | ||
}, | ||
{ | ||
- "transformation": { | ||
- "select_id": 2, | ||
- "from": "IN (SELECT)", | ||
- "to": "semijoin", | ||
- "chosen": true | ||
- } | ||
- }, | ||
- { | ||
"expanded_query": "/* select#2 */ select t_inner_1.a from t1 t_inner_1 join t1 t_inner_2" | ||
} | ||
] | ||
@@ -4852,14 +4836,6 @@ | ||
} | ||
}, | ||
{ | ||
- "transformation": { | ||
- "select_id": 2, | ||
- "from": "IN (SELECT)", | ||
- "to": "semijoin", | ||
- "chosen": true | ||
- } | ||
- }, | ||
- { | ||
"expanded_query": "/* select#2 */ select t_inner_1.a from t2 t_inner_2 join t1 t_inner_1" | ||
} | ||
] | ||
@@ -4879,14 +4855,6 @@ | ||
} | ||
}, | ||
{ | ||
- "transformation": { | ||
- "select_id": 3, | ||
- "from": "IN (SELECT)", | ||
- "to": "semijoin", | ||
- "chosen": true | ||
- } | ||
- }, | ||
- { | ||
"expanded_query": "/* select#3 */ select t_inner_3.a from t2 t_inner_3 join t1 t_inner_4" | ||
} | ||
] | ||
@@ -6432,14 +6400,6 @@ | ||
} | ||
}, | ||
{ | ||
- "transformation": { | ||
- "select_id": 2, | ||
- "from": "IN (SELECT)", | ||
- "to": "semijoin", | ||
- "chosen": true | ||
- } | ||
- }, | ||
- { | ||
"expanded_query": "/* select#2 */ select t_inner_1.a from t2 t_inner_2 join t1 t_inner_1" | ||
} | ||
] | ||
@@ -6459,14 +6419,6 @@ | ||
} | ||
}, | ||
{ | ||
- "transformation": { | ||
- "select_id": 3, | ||
- "from": "IN (SELECT)", | ||
- "to": "semijoin", | ||
- "chosen": true | ||
- } | ||
- }, | ||
- { | ||
"expanded_query": "/* select#3 */ select t_inner_3.a from t2 t_inner_3 join t1 t_inner_4" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SELECT @@ssl_cipher; | ||
@@ssl_cipher | ||
ECDHE-RSA-AES256-GCM-SHA384 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
--skip-stack-trace --log-warnings=0 --log-bin=master-bin --log-bin-index=master-bin | ||
--loose-skip-stack-trace --log-warnings=0 --log-bin=master-bin --log-bin-index=master-bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
--skip-stack-trace --skip-core-file | ||
--loose-skip-stack-trace --skip-core-file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
--skip-stack-trace --skip-core-file --loose-debug-dbug=+d,xa_recover_expect_master_bin_000004 | ||
--loose-skip-stack-trace --skip-core-file --loose-debug-dbug=+d,xa_recover_expect_master_bin_000004 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.