Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c073c9a9
Commit
c073c9a9
authored
Oct 05, 2021
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
Merge 10.5 into 10.6
parents
4ca56e83
1146b5cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
libmariadb
libmariadb
+1
-1
tests/mysql_client_test.c
tests/mysql_client_test.c
+2
-8
No files found.
libmariadb
@
8574d0b8
Subproject commit
ffa3451fa511ad27164356bd8c620032eba65511
Subproject commit
8574d0b840df8e5b1bf64030f5d94ea9bd540e66
tests/mysql_client_test.c
View file @
c073c9a9
...
...
@@ -21197,10 +21197,7 @@ static void test_explain_meta()
}
#if __has_feature(memory_sanitizer)
/* FIXME: MDEV-26761: main.mysql_client_test fails with MemorySanitizer */
#elif defined EMBEDDED_LIBRARY
#else
#ifndef EMBEDDED_LIBRARY
#define MDEV19838_MAX_PARAM_COUNT 32
#define MDEV19838_FIELDS_COUNT 17
static
void
test_mdev19838
()
...
...
@@ -21821,10 +21818,7 @@ static struct my_tests_st my_tests[]= {
#endif
{
"test_ps_params_in_ctes"
,
test_ps_params_in_ctes
},
{
"test_explain_meta"
,
test_explain_meta
},
#if __has_feature(memory_sanitizer)
/* FIXME: MDEV-26761: main.mysql_client_test fails with MemorySanitizer */
#elif defined EMBEDDED_LIBRARY
#else
#ifndef EMBEDDED_LIBRARY
{
"test_mdev19838"
,
test_mdev19838
},
#endif
{
"test_mdev18408"
,
test_mdev18408
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment