This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
180525 15:21:55 [Note] Plugin 'FEDERATED' is disabled. | |
180525 15:21:55 InnoDB: The InnoDB memory heap is disabled | |
180525 15:21:55 InnoDB: Mutexes and rw_locks use GCC atomic builtins | |
180525 15:21:55 InnoDB: Compressed tables use zlib 1.2.3 | |
180525 15:21:55 InnoDB: Using Linux native AIO | |
180525 15:21:55 InnoDB: Initializing buffer pool, size = 1.0G | |
180525 15:21:55 InnoDB: Completed initialization of buffer pool | |
180525 15:21:55 InnoDB: highest supported file format is Barracuda. | |
180525 15:21:55 InnoDB: Waiting for the background threads to start | |
180525 15:21:56InnoDB: Database page corruption on disk or a failed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "1", | |
"answer": [ | |
{ | |
"id": "1", | |
"callback": { | |
"do": "something" | |
}, | |
"route": "user.login", | |
"model": "User.Base", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "1", | |
"answer": [ | |
{ | |
"id": "1", | |
"callback": { | |
"do": "something" | |
}, | |
"route": "user.login", | |
"model": "User.Base", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "1", | |
"answer": [ | |
{ | |
"id": "1", | |
"callback": { | |
"do": "something" | |
}, | |
"route": "user.login", | |
"model": "User.Base", |