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
87e8463e
Commit
87e8463e
authored
Aug 16, 2022
by
Igor Babaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some compiler issues appeared after
d7ffb7c3
Disabled atomic.rename_trigger.
parent
63e3fc0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
mysql-test/suite/atomic/disabled.def
mysql-test/suite/atomic/disabled.def
+12
-0
strings/ctype-uca.c
strings/ctype-uca.c
+1
-1
strings/uca-dump.c
strings/uca-dump.c
+4
-2
No files found.
mysql-test/suite/atomic/disabled.def
0 → 100644
View file @
87e8463e
##############################################################################
#
# List the test cases that are to be disabled temporarily.
#
# Separate the test case name and the comment with ':'.
#
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
#
# Do not use any TAB characters for whitespace.
#
##############################################################################
rename_trigger : MDEV-29282 2022:-08-16 Igor Babaev
strings/ctype-uca.c
View file @
87e8463e
...
@@ -31309,7 +31309,7 @@ my_uca1400_collation_definitions[MY_UCA1400_COLLATION_DEFINITION_COUNT]=
...
@@ -31309,7 +31309,7 @@ my_uca1400_collation_definitions[MY_UCA1400_COLLATION_DEFINITION_COUNT]=
static MY_UCA_INFO
static MY_UCA_INFO
my_uca1400_info_tailored[MY_CS_ENCODING_LAST+1]
my_uca1400_info_tailored[MY_CS_ENCODING_LAST+1]
[MY_UCA1400_COLLATION_DEFINITION_COUNT]
= {0}
;
[MY_UCA1400_COLLATION_DEFINITION_COUNT];
/*
/*
strings/uca-dump.c
View file @
87e8463e
...
@@ -762,7 +762,7 @@ int main(int ac, char **av)
...
@@ -762,7 +762,7 @@ int main(int ac, char **av)
{
{
char
*
comment
;
char
*
comment
;
char
*
weight
;
char
*
weight
;
MY_DUCET_CHARS
chr
=
{
0
};
MY_DUCET_CHARS
chr
=
{
{
0
,
0
,
0
,
0
,
0
,
0
},
0
};
if
(
str
[
0
]
==
'#'
)
if
(
str
[
0
]
==
'#'
)
continue
;
continue
;
...
@@ -803,7 +803,9 @@ int main(int ac, char **av)
...
@@ -803,7 +803,9 @@ int main(int ac, char **av)
}
}
else
else
{
{
MY_DUCET_WEIGHT
weights
=
{
0
};
MY_DUCET_WEIGHT
weights
=
{{{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
},
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
},
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
},
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
}},
0
};
my_bool
dummy
;
my_bool
dummy
;
if
(
chr
.
length
>=
MY_UCA_MAX_CONTRACTION
)
if
(
chr
.
length
>=
MY_UCA_MAX_CONTRACTION
)
{
{
...
...
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