mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Removed some old Makefiles to avoid name conflict on Mac OS X
Changed in client library character-set-dir -> character-sets-dir Docs/manual.texi: Snmall update to ALTER TABLE and MyISAM tables client/mysql.cc: Moved SSL info to 'status' libmysql/libmysql.c: Fixed character-set-dir -> character-sets-dir sql/sql_string.cc: Small optimization
This commit is contained in:
parent
03e5b55fab
commit
238ea9dfd4
4 changed files with 12 additions and 17 deletions
|
|
@ -35304,6 +35304,9 @@ Note that if you use any other option to @code{ALTER TABLE} than
|
|||
if the data wouldn't strictly need to be copied (like when you change the
|
||||
name of a column). We plan to fix this in the future, but as one doesn't
|
||||
normally do @code{ALTER TABLE} that often this isn't that high on our TODO.
|
||||
For MyISAM tables, you can speed up the index recreation part (which is the
|
||||
slowest part of the recreation process) by setting the
|
||||
@code{myisam_sort_buffer_size} variable to a high value.
|
||||
|
||||
@itemize @bullet
|
||||
@item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue