| Mailing List | | Home | | MySQL General - General MySQL discussion | | MaxDB - Everything about MaxDB, formerly known as SAP DB | | MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP | | Java Help - Mostly related to the MySQL Connector/J driver | | ODBC - ODBC with the MySQL Connector/ODBC driver | | Perl - Perl support for MySQL with DBI and DBD::mysql | | MySQL++ - Programming with the C++ API to MySQL |
|
|
  | |  | key_buffer or key_buffer_size | key_buffer or key_buffer_size 2004-06-10 - By Egor Egorov
Back Chambon <bernard.chambon@(protected) > wrote:
> Can somebody tell me if 'key_buffer ' and 'key_buffer_size ' are the same variables ?
Yes. _size is deprecated.
> Perhaps it is just a question of syntax, I mean, in the my.cnf
> you write key_buffer=100M
> or you write set-variable = key_buffer_size=100M
It 's the same. "set-variable " is deprecated, so use the first syntax instead.
> Same question for
> sort_buffer and sort_buffer_size,
> thread_cache and thread_cache_size,
> innodb_buffer_pool and innodb_buffer_pool_size
> etc.
All the same :-)
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net
http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Egor Egorov
/ /|_/ / // /\ \/ /_/ / /__ Egor.Egorov@(protected)
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives:
http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=mysql
@(protected)
|
|
 |