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
1aa637c9
Commit
1aa637c9
authored
Aug 01, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified lower_case_table_names behaviour for 4.0.2
parent
3e7f12c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Docs/manual.texi
Docs/manual.texi
+6
-4
No files found.
Docs/manual.texi
View file @
1aa637c9
...
@@ -19990,6 +19990,7 @@ loaded system may be above the threshold on a heavily loaded one.
...
@@ -19990,6 +19990,7 @@ loaded system may be above the threshold on a heavily loaded one.
@item @code{lower_case_table_names}
@item @code{lower_case_table_names}
If set to 1 table names are stored in lowercase on disk and table
If set to 1 table names are stored in lowercase on disk and table
names will be case-insensitive.
names will be case-insensitive.
From version 4.0.2, this option also applies to database names.
@xref{Name case sensitivity}.
@xref{Name case sensitivity}.
@item @code{max_allowed_packet}
@item @code{max_allowed_packet}
...
@@ -28545,9 +28546,10 @@ lower_case_table_names=1}. By default this option is 1 on Windows and 0 on
...
@@ -28545,9 +28546,10 @@ lower_case_table_names=1}. By default this option is 1 on Windows and 0 on
Unix.
Unix.
If @code{lower_case_table_names} is 1 MySQL will convert all
If @code{lower_case_table_names} is 1 MySQL will convert all
table names to lower case on storage and lookup. Note that if you
table names to lower case on storage and lookup.
change this option, you need to first convert your old table names to
(From version 4.0.2, this option also applies to database names.)
lower case before starting @code{mysqld}.
Note that if you change this option, you need to first convert your old
table names to lower case before starting @code{mysqld}.
If you move @code{MyISAM} files from a Windows to a *nix disk, you may
If you move @code{MyISAM} files from a Windows to a *nix disk, you may
in some cases need to use the @file{mysql_fix_extensions} tool to fix-up
in some cases need to use the @file{mysql_fix_extensions} tool to fix-up
...
@@ -50132,7 +50134,7 @@ after all options have been parsed.
...
@@ -50132,7 +50134,7 @@ after all options have been parsed.
@item
@item
Don't allow database names that contain @samp{\}.
Don't allow database names that contain @samp{\}.
@item
@item
@code{lower_case_table_names} now also affects
created and dropped databas
es.
@code{lower_case_table_names} now also affects
database nam
es.
@item
@item
Added @code{XOR} operator (logical and bitwise @code{XOR}) with @code{^}
Added @code{XOR} operator (logical and bitwise @code{XOR}) with @code{^}
as a synonym for bitwise @code{XOR}.
as a synonym for bitwise @code{XOR}.
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