Comments on: questions or queries? https://shlomi-noach.github.io/blog/mysql/questions-or-queries Blog by Shlomi Noach Fri, 20 Nov 2009 17:45:19 +0000 hourly 1 https://wordpress.org/?v=5.3.3 By: Log Buffer #170: a Carnival of the Vanities for DBAs | The Pythian Blog https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6780 Fri, 20 Nov 2009 17:45:19 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6780 […] code.openark.org, Shlomi Noach is surprised by questions or queries. He writes, “I was used to checking for the ‘questions’ global status […]

]]>
By: shlomi https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6697 Wed, 18 Nov 2009 12:57:12 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6697 @Kostja

cool

]]>
By: Kostja https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6619 Mon, 16 Nov 2009 11:37:12 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6619 It was not a single customer request.

]]>
By: shlomi https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6616 Mon, 16 Nov 2009 10:47:52 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6616 Hi Kostja,

I don’t mean to sound as if I know your business better than yourselves; but in my business I would not favor a single customer’s request by damaging all other customers; unless I’m willing to rely on this single customer as the source of my income.

Again, this is my personal view.
Regards

]]>
By: Kostja https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6588 Sun, 15 Nov 2009 10:11:16 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6588 It was initially fixed only in 5.1 and 6.0, but then backported to 5.0 upon a customer request. It’s impossible to please everyone, right, the only solution is to not GA a product with such obvious bugs around.

]]>
By: shlomi https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6550 Sat, 14 Nov 2009 05:25:51 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6550 @Sigmund, thanks for the reference

@Peter, thanks; with patience, I would have formatted your comments 😉
There’s HTML strip for most tags.

]]>
By: Peter Laursen https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6530 Fri, 13 Nov 2009 20:10:36 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6530 aahhh .. success! 🙂

]]>
By: Peter Laursen https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6529 Fri, 13 Nov 2009 20:09:53 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6529 What is the issue with this Blog system?? Doesn’t it understand plain text 😉

CASE
version GTorEq 5.0.75 and version LT 5.1.0: use ‘queries’ status variable;
version GTorEq 5.1.31 and version LT 6.0: use ‘queries’ status variable;
ELSE use ‘questions’status variables

]]>
By: Peter Laursen https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6528 Fri, 13 Nov 2009 20:06:23 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6528 sshit .. what I psoted truncated.

try again:
version >= 5.0.75 and version = 5.1.31 and version < 6.0 …

]]>
By: Peter Laursen https://shlomi-noach.github.io/blog/mysql/questions-or-queries/comment-page-1#comment-6527 Fri, 13 Nov 2009 20:04:59 +0000 https://shlomi-noach.github.io/blog/?p=1609#comment-6527 .. so for performance monitoring logic would have to be something like (in the famous PPPL language = *Peter’s Private Programming Language*)

CASE
version >= 5.0.75 and version use ‘queries’ status variable
version >= 5.1.31 and version use ‘queries’ status variable //see note
ELSE ===> use ‘questions’ variables

(according to docs all 5.4 versions have ‘queries’ – but not 100% sure about details with (the abandoned) 6.0 thing).

]]>