linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #04031
[Bug 889528] Re: Query ID atomic misuse
Yes, it has.
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/889528
Title:
Query ID atomic misuse
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
Fix Committed
Bug description:
sql_parse.cc:
1. session->setQueryId(Query_id::value());
2. Query_id::next();
AFAIK you should do an atomic 'get and increment'. Now multiple
queries could have the same ID, after which some IDs would get
skipped.
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/889528/+subscriptions
References