Re: [Modeling-users] [patch] Switch to generic nested join for recent versions of MySQL
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2003-12-12 17:11:26
|
Hi, Not much time to comment, just the announce: > I created bug ticket #857803 for that, where you'll also find the > patch John offered and which solves the problem for mysql 4.0+ >=20 > https://sf.net/tracker/index.php?func=3Ddetail&aid=3D857803&group_id=3D58= 935&atid=3D489335 I've submitted that will probably the definitive fix there. Note that if you're using mysql server v4.0 or higher, and your MySQLdb.get_version_info= () returns 3.23 (just like mine :), you can set MDL_MYSQL_SERVER_VERSION to '4= .0' --if not, you won't get any JOIN keyword, just plain SQL89 statements, so that's nothing really bad. -- S=E9bastien. |