Skip to content

Commit

Permalink
feat(tianmu): support_unsigned_data [tinyint~int32] stoneatom#1267
Browse files Browse the repository at this point in the history
[summary]
1. expand unsigned boundary from signed boundary to max valued.
2. code cover create/insert(delayed/no delayed mode)/update/delete/select.
3. functions and operators(agg and math calculation)

refs: stoneatom#1266
related issue: stoneatom#1151
  • Loading branch information
hustjieke committed Feb 13, 2023
1 parent 9c55eee commit 7c8c844
Show file tree
Hide file tree
Showing 15 changed files with 710 additions and 482 deletions.
2 changes: 1 addition & 1 deletion mysql-test/suite/tianmu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ The sample is as follows:
```

# Run Test Cases
1. Setting Running Parametersmysql-test/include/default_mysqld.cnf
1. Setting Running Parameters: mysql-test/include/default_mysqld.cnf
- default-storage-engine=tianmu
- tianmu_insert_delayed=0
231 changes: 0 additions & 231 deletions mysql-test/suite/tianmu/r/out_of_range_issue1151.result

This file was deleted.

Loading

0 comments on commit 7c8c844

Please sign in to comment.