mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
cache_rows: false causes segfault
This commit is contained in:
parent
f19c95bcf7
commit
70c8ce2f23
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user