This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Paul's DBMail tree".
The branch, dbmail_2_2 has been updated via 3f81aa661b6b92384637aa0aba126cee5591be89 (commit) from 57b479b0bf8bb3108b87f3fa2a22f74b9e29c8d2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3f81aa661b6b92384637aa0aba126cee5591be89 Author: Paul J Stevens <p...@nfg.nl> Date: Tue Jan 5 20:25:31 2010 +0100 Do not assume that a UNION SELECT will be ordered (bug #827) (jhcloos) There is no guarantee that the result set of a UNION SELECT will be ordered either in the order of the sub-SELECTs or based on the first column. An explicit ORDER BY clause would (empirically) be too CPU-intensive. Instead, use the first column of the result set to determine which row is which when reading the results. ----------------------------------------------------------------------- Summary of changes: db.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) hooks/post-receive -- Paul's DBMail tree _______________________________________________ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev