mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
DESC sys.memory_global_total;
|
|
Field Type Null Key Default Extra
|
|
total_allocated text 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;
|