mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
cache_rows: false causes segfault
This commit is contained in:
@@ -244,7 +244,8 @@ class ImportScripts::VanillaSQL < ImportScripts::Base
|
||||
end
|
||||
|
||||
def mysql_query(sql)
|
||||
@client.query(sql, cache_rows: false)
|
||||
@client.query(sql)
|
||||
# @client.query(sql, cache_rows: false) #segfault: cache_rows: false causes segmentation fault
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user