1. 10 11月, 2022 1 次提交
  2. 09 11月, 2022 1 次提交
    • S
      test(mtr): add some mtr testcases(#497) · 4df2c93e
      shizhao 提交于
      [summary]
      add cast_json_func.test
      add inner_join.test
      add left_join.test
      add period_diff.test
      add select_from.test
      add strings.test
      add various_subquery.test
      4df2c93e
  3. 08 11月, 2022 1 次提交
  4. 07 11月, 2022 1 次提交
    • H
      feat(handler): refactor code in handler module #890 · 19b9e367
      hustjieke 提交于
      [summary]
      1. NULL-->nullptr
      2. namespace "DBHandler"-->"handler"
      3. class TianmuHandler-->ha_tianmu
      4. sdb-->tianmu
      5. functions in ha_my_tianmu.cpp all renamed with prefix "ha_my_tianmu_xxx"
      6. add new enum 'QueryRouteTo' to replace magic number '0/1'
      7. add new enum 'TableStatus' to replace magic number '0/1/-2'
      19b9e367
  5. 04 11月, 2022 1 次提交
  6. 03 11月, 2022 2 次提交
    • L
      feat(tianmu): support 'ALTER TABLE t1 CHARACTER SET = ...' clause. (#848) · cf1c98c1
      lujiashun 提交于
      [summary]
      1 add implement in check_if_supported_inplace_alter of tianmu handler;
      2 add implement in inplace_alter_table of tianmu handler;
      3 add implement in commit_inplace_alter_table of tianmu handler;
      cf1c98c1
    • L
      fix(tianmu): fix problems related to master slave synchronization (#819) · ca2d68ff
      lihongjian 提交于
      fix 1:#818 Master slave synchronization - There will be too many tuples problem
      
      Cause:
      Tianmu::dbhandler::TianmuHandler::current_position This variable is not initialized. In some cases,
      a large value may cause too many tuples problem.
      Solution: Initialize the variable
      
      fix 2:#819 Master slave synchronization - Primary key conflict problem
      
      Solution: Modify the modification logic of master slave synchronization, so that the delete and update operations do not follow the primary key logic
      
      Supplement
      
      sql/sql_insert.cc
      Fix the problem that the insert statement will not generate binlog in the delayed insert mode
      storage/tianmu/handler/tianmu_handler.cpp
      Fix the binlog error of the line format generated by the tianmu engine
      ca2d68ff
  7. 02 11月, 2022 3 次提交
  8. 01 11月, 2022 7 次提交
  9. 31 10月, 2022 2 次提交
  10. 30 10月, 2022 1 次提交
  11. 28 10月, 2022 2 次提交
  12. 27 10月, 2022 3 次提交
  13. 26 10月, 2022 11 次提交
  14. 25 10月, 2022 4 次提交