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
d8153d44
Commit
d8153d44
authored
Mar 02, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-5.1-new
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
parents
02c6cf63
b0a868bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
mysql-test/r/grant2.result
mysql-test/r/grant2.result
+1
-1
mysql-test/t/grant2.test
mysql-test/t/grant2.test
+2
-1
scripts/make_win_src_distribution.sh
scripts/make_win_src_distribution.sh
+1
-1
No files found.
mysql-test/r/grant2.result
View file @
d8153d44
...
...
@@ -348,7 +348,7 @@ INSERT INTO mysql.db (host, db, user, select_priv) VALUES
('%','TESTDB','mysqltest_1','Y');
FLUSH PRIVILEGES;
create database TEStdb;
ERROR 42000: Access denied for user 'mysqltest_1'@'%' to database 'TEStdb'
Got one of the listed errors
delete from mysql.user;
delete from mysql.db where host='%' and user='mysqltest_1' and db='TESTDB';
insert into mysql.user select * from t1;
...
...
mysql-test/t/grant2.test
View file @
d8153d44
...
...
@@ -449,7 +449,8 @@ connect (con1,localhost,mysqltest_1,password,TESTDB);
# The user mysqltest_1 should only be allowed access to
# database TESTDB, not TEStdb
--
error
1044
# On system with "lowercase names" we get error "1007: Can't create db..."
--
error
1044
,
1007
create
database
TEStdb
;
# Clean-up
...
...
scripts/make_win_src_distribution.sh
View file @
d8153d44
...
...
@@ -249,7 +249,7 @@ copy_dir_dirs() {
# Input directories to be copied
#
for
i
in
client dbug extra storage/heap include storage/archive storage/
example
\
for
i
in
client dbug extra storage/heap include storage/archive storage/
csv
\
include/mysql libmysql libmysqld storage/myisam storage/example
\
storage/myisammrg mysys regex sql strings sql-common sql/examples
\
tools vio zlib
...
...
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