mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
9 lines
290 B
Plaintext
9 lines
290 B
Plaintext
DESC sys.memory_global_total;
|
|
Field Type Null Key Default Extra
|
|
total_allocated varchar(14) YES NULL
|
|
SELECT * FROM sys.memory_global_total;
|
|
DESC sys.x$memory_global_total;
|
|
Field Type Null Key Default Extra
|
|
total_allocated decimal(41,0) YES NULL
|
|
SELECT * FROM sys.x$memory_global_total;
|