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
0942b2d8
Commit
0942b2d8
authored
Apr 20, 2007
by
mikael@dator3.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed warnings
parent
81db111e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
mysql-test/r/partition_bug18198.result
mysql-test/r/partition_bug18198.result
+0
-2
mysql-test/t/partition_bug18198.test
mysql-test/t/partition_bug18198.test
+2
-2
No files found.
mysql-test/r/partition_bug18198.result
View file @
0942b2d8
drop table if exists t1;
Warnings:
Note 1051 Unknown table 't1'
create table t1 (a char(5) character set koi8r)
partition by list (ascii(a) mod 3)
subpartition by hash(ascii(a))
...
...
mysql-test/t/partition_bug18198.test
View file @
0942b2d8
--
source
include
/
have_partition
.
inc
--
disable
warnings
--
disable
_
warnings
drop
table
if
exists
t1
;
--
enable
warnings
--
enable
_
warnings
create
table
t1
(
a
char
(
5
)
character
set
koi8r
)
partition
by
list
(
ascii
(
a
)
mod
3
)
...
...
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