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
f9a9309a
Commit
f9a9309a
authored
Jul 04, 2013
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in scripts/mysql_system_tables_fix.sql
parent
1ff340ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/mysql_system_tables_fix.sql
scripts/mysql_system_tables_fix.sql
+1
-1
No files found.
scripts/mysql_system_tables_fix.sql
View file @
f9a9309a
...
...
@@ -630,7 +630,7 @@ UPDATE user SET Create_tablespace_priv = Super_priv WHERE @hadCreateTablespacePr
ALTER
TABLE
user
ADD
plugin
char
(
64
)
DEFAULT
''
,
ADD
authentication_string
TEXT
;
ALTER
TABLE
user
ADD
password_expired
ENUM
(
'N'
,
'Y'
)
COLLATE
utf8_general_ci
DEFAULT
'N'
NOT
NULL
;
ALTER
TABLE
user
MODIFY
plugin
char
(
64
)
CHARACTER
SET
latin1
DEFAULT
''
NOT
NULL
,
user
MODIFY
authentication_string
TEXT
NOT
NULL
;
ALTER
TABLE
user
MODIFY
plugin
char
(
64
)
CHARACTER
SET
latin1
DEFAULT
''
NOT
NULL
,
MODIFY
authentication_string
TEXT
NOT
NULL
;
-- Need to pre-fill mysql.proxies_priv with access for root even when upgrading from
-- older versions
...
...
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