Comment 1 for bug 1781697

Revision history for this message
Jack Holborn (jackho) wrote :

Trying to debug I could get rid of the error by replacing as so on line 943 :

- mysql_variable \'join_buffer%\' join_buffer_size
+ mysql_variable \'join_buffer_size\' join_buffer_size

I'm not sure why '%' was used here, but it seems to work.