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
be1b24fe
Commit
be1b24fe
authored
Jul 21, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#21039 Transaction cache not flushed after SELECT CREATE
- Disable test case until fixed
parent
9c676b3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
mysql-test/r/sp.result
mysql-test/r/sp.result
+0
-10
mysql-test/t/sp.test
mysql-test/t/sp.test
+3
-0
No files found.
mysql-test/r/sp.result
View file @
be1b24fe
...
...
@@ -2383,16 +2383,6 @@ Warning 1329 No data - zero rows fetched, selected, or processed
drop procedure bug4579_1|
drop procedure bug4579_2|
drop table t3|
drop procedure if exists bug2773|
create function bug2773() returns int return null|
create table t3 as select bug2773()|
show create table t3|
Table Create Table
t3 CREATE TABLE `t3` (
`bug2773()` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t3|
drop function bug2773|
drop procedure if exists bug3788|
create function bug3788() returns date return cast("2005-03-04" as date)|
select bug3788()|
...
...
mysql-test/t/sp.test
View file @
be1b24fe
...
...
@@ -2828,6 +2828,8 @@ drop procedure bug4579_1|
drop procedure bug4579_2|
drop table t3|
# MASV : Disable test case until bug#21039 is fixed
--disable_parsing
#
# BUG#2773: Function's data type ignored in stored procedures
#
...
...
@@ -2840,6 +2842,7 @@ create table t3 as select bug2773()|
show create table t3|
drop table t3|
drop function bug2773|
--enable_parsing
#
# BUG#3788: Stored procedure packet error
...
...
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