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
2c71b09c
Commit
2c71b09c
authored
Apr 30, 2008
by
tsmith@ramayana.hindu.god
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle a few failing test cases
parent
903e0b4e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/r/group_concat_max_len_func.result
mysql-test/r/group_concat_max_len_func.result
+1
-1
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+1
-0
mysql-test/t/group_concat_max_len_func.test
mysql-test/t/group_concat_max_len_func.test
+1
-1
No files found.
mysql-test/r/group_concat_max_len_func.result
View file @
2c71b09c
...
@@ -76,4 +76,4 @@ id rollno group_concat(name)
...
@@ -76,4 +76,4 @@ id rollno group_concat(name)
## Dropping table t1 ##
## Dropping table t1 ##
DROP table t1;
DROP table t1;
## Disconnecting both the connection ##
## Disconnecting both the connection ##
SET @@group_concat_max_len = @save;
SET @@g
lobal.g
roup_concat_max_len = @save;
mysql-test/t/disabled.def
View file @
2c71b09c
...
@@ -17,4 +17,5 @@ csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows
...
@@ -17,4 +17,5 @@ csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows
event_scheduler_basic: BUG#35997 server seems to crash.
event_scheduler_basic: BUG#35997 server seems to crash.
event_scheduler_func: BUG#35997 server seems to crash.
event_scheduler_func: BUG#35997 server seems to crash.
thread_cache_size_func: BUG#35988 Due to not deterministic results
thread_cache_size_func: BUG#35988 Due to not deterministic results
user_limits : Bug#23921 random failure of user_limits.test
mysql-test/t/group_concat_max_len_func.test
View file @
2c71b09c
...
@@ -127,5 +127,5 @@ DISCONNECT test_con1;
...
@@ -127,5 +127,5 @@ DISCONNECT test_con1;
connection
default
;
connection
default
;
SET
@@
group_concat_max_len
=
@
save
;
SET
@@
g
lobal
.
g
roup_concat_max_len
=
@
save
;
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