Skip to content
Snippets Groups Projects
  1. Oct 31, 2022
  2. Oct 30, 2022
    • daviszhen's avatar
      fix bug (#6098) · eff64a34
      daviszhen authored
      1, remove tag 6054
      2, fix truncate's privilege
      3, add debug info for login blocking on the eks cluster
      4, fix datarace
      
      Approved by: @aressu1985
    • jianwan0214's avatar
      remove bvt tag (#6095) · 8532c592
      jianwan0214 authored
      Approved by: @aressu1985
    • fagongzi's avatar
      debug: add debug function framework (#6089) · c21fd9ce
      fagongzi authored
      Implemented debug function built-in function `mo_debug` to debug mo. This is a framework to help test and debug MO by registering sub-debug handler functions in the way of commands. Currently a Ping DN subcommand is implemented and used as below:
      ```sql
      mysql> select mo_debug('dn', 'ping','');
      +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
      | mo_debug(dn, ping, )                                                                                                                                                   |
      +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
      | {
      "method": "Ping",
      "result": [
      {
      "serviceAddress": "127.0.0.1:22000",
      "shardID": 2,
      "replicaID": 262146,
      "logShardID": 1
      }
      ]
      }
      |
      +-----------------------------------...
    • tianyahui-python's avatar
      remove bvt tag (#6094) · 9d7107e4
      tianyahui-python authored
      Approved by: @aressu1985
    • JacksonXie's avatar
      Ut cover merge 80% (#6092) · 005e131c
      JacksonXie authored
      * cover: merge.go -> 64%
      
      * cover: merge.go -> 80.1%
  3. Oct 29, 2022
  4. Oct 28, 2022