show master status; show binary logs

2012-04-18 Thread Hal�sz S�ndor
In the command show binary logs one may indifferently write binary or 
master, and it is so for some other commands associated with this 
function--but for the command show master status there is no such variant. 
Why? Is it considered obsolescent?


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



Re: show master status; show binary logs

2012-04-18 Thread Claudio Nanni
Hi Halasz,

This happens quite often.
It can be because more meaningful commands, or more compliant to the
standard are found,
or commands more consistent with the rest of the syntax.
for instance look at slow query log parameter change
herehttp://dev.mysql.com/doc/refman/5.5/en/slow-query-log.html
Usually not to create problems alias are introduced for quite long time and
then only at a certain point (very late) made obsolete.
You may read the Release Notes of the release you are using, and/or the
previous ones, to know what changes have been done.
In any case it shouldn't represent any problem.

Cheers

Claudio

2012/4/17 Halász Sándor h...@tbbs.net

 In the command show binary logs one may indifferently write binary or
 master, and it is so for some other commands associated with this
 function--but for the command show master status there is no such
 variant. Why? Is it considered obsolescent?


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




-- 
Claudio