Forum Webscript.Ru

Общие => Базы данных => Тема начата: Alexandr от 15 Ноября 2002, 16:21:15

Название: Ограничения на HEAP таблицы
Отправлено: Alexandr от 15 Ноября 2002, 16:21:15
Как узнать ограничение по размеру на HEAP таблицы?
Название: Ограничения на HEAP таблицы
Отправлено: Chs от 15 Ноября 2002, 20:13:17
Цитировать
Как узнать ограничение по размеру на HEAP таблицы?


SHOW VARIABLES
--------------

`SHOW VARIABLES\' shows the values of the some of *MySQL* system
variables.  You can also get this information using the `mysqladmin
variables\' command.  If the default values are unsuitable, you can set
most of these variables using command-line options when `mysqld\' starts
up.  *Note Command-line options::.

The output resembles that shown below, though the format and numbers may
differ somewhat:

     +----------------------------+------------------------------+
     | Variable_name           | Value                           |
     +----------------------------+------------------------------+
.............
     | max_heap_table_size     | 16777216                        |
.............
.