Re: bug in 3.23.51 for windows ?

2002-06-24 Thread Victoria Reznichenko

Brandon,
Saturday, June 22, 2002, 9:00:49 PM, you wrote:

BM Is there any particular reason that anyone knows of that would prevent
BM mysql 3.23.51 for windows from working upon the execution of the SHOW
BM STATUS FROM tablename query?

BM In Linux it works fine, in windows it crashes mysqld with an illegal op.
BM Any other SHOW command works but the one I really need for a PHP app to
BM work.

There is no command SHOW STATUS FROM in the MySQL. You can use SHOW
TABLE STATUS:
  http://www.mysql.com/doc/S/H/SHOW_TABLE_STATUS.html




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: bug in 3.23.51 for windows ?

2002-06-24 Thread Brandon McCombs



Victoria Reznichenko wrote:
 
 Brandon,
 Saturday, June 22, 2002, 9:00:49 PM, you wrote:
 
 BM Is there any particular reason that anyone knows of that would prevent
 BM mysql 3.23.51 for windows from working upon the execution of the SHOW
 BM STATUS FROM tablename query?
 
 BM In Linux it works fine, in windows it crashes mysqld with an illegal op.
 BM Any other SHOW command works but the one I really need for a PHP app to
 BM work.
 
 There is no command SHOW STATUS FROM in the MySQL. You can use SHOW
 TABLE STATUS:
   http://www.mysql.com/doc/S/H/SHOW_TABLE_STATUS.html
 
 

my mistake, SHOW TABLE STATUS is what I meant. But anyway I found the
problem so this is no longer an issue. My db was created with 3.21.x and
I believe SHOW TABLE STATUS wasn't developed until 3.23.x so I recreated
my db using 3.23.51 and the command worked w/o crashing mysqld. I'm
assuming the fact it was created with an older version was the problem;
at the very least the new version creating the db solved whatever was
wrong.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




bug in 3.23.51 for windows ?

2002-06-22 Thread Brandon McCombs

Is there any particular reason that anyone knows of that would prevent
mysql 3.23.51 for windows from working upon the execution of the SHOW
STATUS FROM tablename query?

In Linux it works fine, in windows it crashes mysqld with an illegal op.
Any other SHOW command works but the one I really need for a PHP app to
work.


thanks
brandon

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php