[Maria-developers] MDEV-5273
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
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
participants (2)
-
Alexey Botchkov
-
Sergei Golubchik