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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c674b88b
Commit
c674b88b
authored
Nov 14, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test cases after run with --check-testcases
parent
589ccae7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
mysql-test/r/limit.result
mysql-test/r/limit.result
+1
-0
mysql-test/r/lowercase_fs_off.result
mysql-test/r/lowercase_fs_off.result
+1
-0
mysql-test/t/limit.test
mysql-test/t/limit.test
+1
-1
mysql-test/t/lowercase_fs_off.test
mysql-test/t/lowercase_fs_off.test
+1
-0
No files found.
mysql-test/r/limit.result
View file @
c674b88b
...
...
@@ -90,3 +90,4 @@ id select_type table type possible_keys key key_len ref rows Extra
select sum(a) c FROM t1 WHERE a > 0 ORDER BY c LIMIT 3;
c
28
drop table t1;
mysql-test/r/lowercase_fs_off.result
View file @
c674b88b
...
...
@@ -8,4 +8,5 @@ create database d2;
ERROR 42000: Access denied for user 'sample'@'localhost' to database 'd2'
create database D1;
ERROR 42000: Access denied for user 'sample'@'localhost' to database 'D1'
drop user 'sample'@'localhost';
drop database if exists d1;
mysql-test/t/limit.test
View file @
c674b88b
...
...
@@ -69,5 +69,5 @@ explain select count(*) c FROM t1 WHERE a > 0 ORDER BY c LIMIT 3;
select
count
(
*
)
c
FROM
t1
WHERE
a
>
0
ORDER
BY
c
LIMIT
3
;
explain
select
sum
(
a
)
c
FROM
t1
WHERE
a
>
0
ORDER
BY
c
LIMIT
3
;
select
sum
(
a
)
c
FROM
t1
WHERE
a
>
0
ORDER
BY
c
LIMIT
3
;
drop
table
t1
;
# End of 4.1 tests
mysql-test/t/lowercase_fs_off.test
View file @
c674b88b
...
...
@@ -21,6 +21,7 @@ create database D1;
disconnect
sample
;
connection
master
;
drop
user
'sample'
@
'localhost'
;
drop
database
if
exists
d1
;
disconnect
master
;
connection
default
;
...
...
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