mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:51:07 +08: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