c26dfd54e4
executor: Change interface to datum in executor. ( #1103 )
...
Change interface to datum in executor.
2016-04-20 09:52:23 +08:00
cd3d424252
evaluator: partially fix issue #1098 ( #1100 )
...
Fix the incorrect behavior of `substring` function, multi-byte charset still hasn't been supported.
2016-04-17 00:43:30 +08:00
8c164bc078
evaluator,parser: support ASCII(). ( #309 ) ( #1083 )
...
* evaluator: add a builtin function wanted by #310 .
* parser: update parser for ASCII().
2016-04-14 01:53:50 -05:00
08034540f0
*: Add leak test
...
* *: add leak test and tiny clean up
* *: unify test format and add leak test
Conflicts:
store/localstore/compactor_test.go
mysql/error_test.go
*: add leak test
2016-04-07 20:53:45 +08:00
abeea90449
evaluator: change the remaining string functions.
...
Change the remaining string functions.
2016-03-22 14:04:23 +08:00
1ba2f08a71
evaluator: change concat_ws, left, length, lower, repeat, upper.
...
Change the interfaces of concat_ws, left, length, lower, repeat, upper to datums.
2016-03-21 20:09:54 +08:00
c960c81d86
evaluator: Change the interfaces of builtinConcat to datums.
...
Change the interfaces of builtinConcat to datums.
2016-03-21 16:31:03 +08:00
79962174ef
evaluator: move the files in buildin package to evaluator package
...
Move the files in buildin package to evaluator package.
2016-03-10 10:03:47 +08:00