logit.sql

来自「Linux嵌入式设计配套光盘,学习嵌入式设计可参考」· SQL 代码 · 共 13 行

SQL
13
字号
UPDATE Logit SET section = "main", threshold = 9, output = 3, comment = "MN, covers main.c" LIMIT 1 OFFSET 0UPDATE Logit SET section = "select", threshold = 9, output = 3, comment = "SL, select() loop" LIMIT 1 OFFSET 1UPDATE Logit SET section = "timers", threshold = 4, output = 3, comment = "TM, timers" LIMIT 1 OFFSET 2UPDATE Logit SET section = "config", threshold = 9, output = 3, comment = "CF, configuration" LIMIT 1 OFFSET 3UPDATE Logit SET section = "processes", threshold = 4, output = 3, comment = "process mgmt" LIMIT 1 OFFSET 4UPDATE Logit SET section = "filters", threshold = 6, output = 3, comment = "FLTR, log filtering and rewriting" LIMIT 1 OFFSET 5UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 6UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 7UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 8UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 9UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 10UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 11

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?