Mega Code Archive

 
Categories / MySQL / Command Mysql
 

Returns the isolation level for the current session and the maximum permitted size of the binary log file

SELECT @@tx_isolation, @@global.max_binlog_size;