mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
cache_rows: false causes segfault
This commit is contained in:
parent
f19c95bcf7
commit
70c8ce2f23
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue