How can i assign output of following global variable to other variable in stored procedure?
SHOW GLOBAL VARIABLES LIKE ‘innodb_buffer_pool_size’
(mysql 5.0)
How can i assign output of following global variable to other variable in stored procedure?
SHOW GLOBAL VARIABLES LIKE ‘innodb_buffer_pool_size’
(mysql 5.0)
Seemingly we cant assign that!!
I was trying to do this.
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.