Hello Mysql Fans,

I tried the following statements:

select @@session.sql_big_selects;

would return a value while

SHOW SESSION VARIABLES LIKE '%sql%';

would return only the value for sql_mode, but not for sqlbig_selects, 
sql_big_tables, sql_log_binlog ... etc.

Is this not implemented yet  in version 4.1 alpha or is it a bug ?
Am I doing something wrong ?

Can I do something like a wildcard search with "select @@ '%session%';" ?

Best regards

-- 
================================================
Valentin Nils
Internet Technology

 E-Mail: [EMAIL PROTECTED]
 URL: http://www.knowd.co.jp
================================================


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to