mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05: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