Re: [Maria-developers] MDEV-5273

2014-02-04 Thread Sergei Golubchik
Hi, Alexey!

On Jan 25, Alexey Botchkov wrote:
 Hi, Serg, all.
 
 I'm not sure how about fixing this one:
 https://mariadb.atlassian.net/browse/MDEV-5273
 So would like your opinion.
 
 The thing is that the SHOW commands with old-fasioned implementations
 (those that aren't mapped to the SELECT FROM information_schema.something)
 return stmt-field_count == 0 after the mysql_prepare_statement.
 
 The fix i see involves some boring coding. Is it worth to get into it 
 right now?

Agree. It'd need some refactoring and we don't want it in 5.5
and may be not even for 10.0.
I've moved it to 10.1

Regards,
Sergei

___
Mailing list: https://launchpad.net/~maria-developers
Post to : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp


[Maria-developers] MDEV-5273

2014-01-24 Thread Alexey Botchkov

Hi, Serg, all.

I'm not sure how about fixing this one:
https://mariadb.atlassian.net/browse/MDEV-5273
So would like your opinion.

The thing is that the SHOW commands with old-fasioned implementations
(those that aren't mapped to the SELECT FROM information_schema.something)
return stmt-field_count == 0 after the mysql_prepare_statement.

The fix i see involves some boring coding. Is it worth to get into it 
right now?


Best regards.
HF


___
Mailing list: https://launchpad.net/~maria-developers
Post to : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp