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
40d5fd01
Commit
40d5fd01
authored
Aug 03, 2004
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Followup2 (new commands are supported in prepared statements): test files
should've been fixed as well.
parent
35a15c33
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
mysql-test/include/ps_modify.inc
mysql-test/include/ps_modify.inc
+0
-1
mysql-test/t/ps_1general.test
mysql-test/t/ps_1general.test
+0
-5
No files found.
mysql-test/include/ps_modify.inc
View file @
40d5fd01
...
@@ -59,7 +59,6 @@ execute stmt1 using @arg00;
...
@@ -59,7 +59,6 @@ execute stmt1 using @arg00;
select
a
,
b
from
t1
where
b
=@
arg00
;
select
a
,
b
from
t1
where
b
=@
arg00
;
## truncate a table
## truncate a table
--
error
1295
prepare
stmt1
from
'truncate table t1'
;
prepare
stmt1
from
'truncate table t1'
;
...
...
mysql-test/t/ps_1general.test
View file @
40d5fd01
...
@@ -405,9 +405,7 @@ prepare stmt1 from ' handler t1 open ';
...
@@ -405,9 +405,7 @@ prepare stmt1 from ' handler t1 open ';
## commit/rollback
## commit/rollback
--
error
1295
prepare
stmt3
from
' commit '
;
prepare
stmt3
from
' commit '
;
--
error
1295
prepare
stmt3
from
' rollback '
;
prepare
stmt3
from
' rollback '
;
...
@@ -474,11 +472,8 @@ execute stmt3 using @arg00;
...
@@ -474,11 +472,8 @@ execute stmt3 using @arg00;
select
m
from
t3
;
select
m
from
t3
;
drop
table
t3
;
drop
table
t3
;
--
error
1295
prepare
stmt3
from
' create index t2_idx on t2(b) '
;
prepare
stmt3
from
' create index t2_idx on t2(b) '
;
--
error
1295
prepare
stmt3
from
' drop index t2_idx on t2 '
;
prepare
stmt3
from
' drop index t2_idx on t2 '
;
--
error
1295
prepare
stmt3
from
' alter table t2 drop primary key '
;
prepare
stmt3
from
' alter table t2 drop primary key '
;
--
disable_warnings
--
disable_warnings
drop
table
if
exists
new_t2
;
drop
table
if
exists
new_t2
;
...
...
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