Well 3 hours later I have a solution.. I turned off output_compression using
the ini_set function, within the scripts dynamically generating javascript
variables. This wasn't possible earlier, as I think there was a bug that
didn't allow me to use ini_set on the zlib.output_compression directive.
Thanks for the people who tried ot help me.
I posted on the mysql list and they offered me this elegent solution:
-create a temp table
-select data from table x
-insert data into temp table
-select data from table y
-insert data into the same temp table
-grab the data from the temp table sorted b
2 matches
Mail list logo