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
b3d571c3
Commit
b3d571c3
authored
Feb 06, 2019
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C/C 3.0.9
parent
a4c687c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
11 deletions
+21
-11
libmariadb
libmariadb
+1
-1
mysql-test/r/mysql.result
mysql-test/r/mysql.result
+12
-1
mysql-test/t/mysql.test
mysql-test/t/mysql.test
+8
-9
No files found.
libmariadb
@
1e5e21ca
Subproject commit
34f8887af03d022416dd6593de91d0706e57f46b
Subproject commit
1e5e21cae9506db5ecd9da8f4406b32f01c11abc
mysql-test/r/mysql.result
View file @
b3d571c3
...
...
@@ -613,5 +613,16 @@ select count(*) from t1;
count(*)
0
truncate table t1;
### FIXME: update libmariadb
select count(*) from t1;
count(*)
0
truncate table t1;
select count(*) from t1;
count(*)
41
truncate table t1;
select count(*) from t1;
count(*)
0
truncate table t1;
drop table t1;
mysql-test/t/mysql.test
View file @
b3d571c3
...
...
@@ -693,13 +693,12 @@ select count(*) from t1; truncate table t1;
--error 1
--exec
$MYSQL
--disable-local-infile -e "
$ldli
"
select count(*) from t1; truncate table t1;
--echo ### FIXME: update libmariadb
#--error 1
#--exec
$MYSQL
-e "
/*q*/
$ldli
"
#select count(*) from t1; truncate table t1;
#--exec
$MYSQL
--enable-local-infile -e "
/*q*/
$ldli
"
#select count(*) from t1; truncate table t1;
# --error 1
# --exec
$MYSQL
--disable-local-infile -e "
/*q*/
$ldli
"
#select count(*) from t1; truncate table t1;
--error 1
--exec
$MYSQL
-e "
/*q*/
$ldli
"
select count(*) from t1; truncate table t1;
--exec
$MYSQL
--enable-local-infile -e "
/*q*/
$ldli
"
select count(*) from t1; truncate table t1;
--error 1
--exec
$MYSQL
--disable-local-infile -e "
/*q*/
$ldli
"
select count(*) from t1; truncate table t1;
drop table t1;
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