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
fad18fe9
Commit
fad18fe9
authored
May 10, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing drop table
parent
1f518929
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/r/trigger.result
mysql-test/r/trigger.result
+1
-0
mysql-test/t/trigger.test
mysql-test/t/trigger.test
+1
-0
No files found.
mysql-test/r/trigger.result
View file @
fad18fe9
...
...
@@ -951,6 +951,7 @@ insert into t2 select a, f2() from t1;
load data infile '../std_data_ln/words.dat' into table t1 (a) set b:= f1();
drop function f1;
drop function f2;
drop table t1, t2;
create table t1(i int not null, j int not null, n numeric(15,2), primary key(i,j));
create table t2(i int not null, n numeric(15,2), primary key(i));
create trigger t1_ai after insert on t1 for each row
...
...
mysql-test/t/trigger.test
View file @
fad18fe9
...
...
@@ -1113,6 +1113,7 @@ insert into t2 select a, f2() from t1;
load
data
infile
'../std_data_ln/words.dat'
into
table
t1
(
a
)
set
b
:=
f1
();
drop
function
f1
;
drop
function
f2
;
drop
table
t1
,
t2
;
#
# Test for bug #16021 "Wrong index given to function in trigger" which
...
...
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