hustjieke

Results 33 comments of hustjieke

> [![CLA assistant check](https://camo.githubusercontent.com/4c970efeed75dd01f6778bf7e33dec85e4171375cb69acb0927bfc9d437d78d9/68747470733a2f2f636c612d617373697374616e742e696f2f70756c6c2f62616467652f6e6f745f7369676e6564)](https://cla-assistant.io/stoneatom/stonedb?pullRequest=393) Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our [Contributor License Agreement](https://cla-assistant.io/stoneatom/stonedb?pullRequest=393) before we can...

Check if related to #232 ? There are many keys in create schema.

Add variable defined in cmake, like: ``` # begin to build cmake ../../ \ -DCMAKE_BUILD_TYPE=${build_type} \ -DCMAKE_INSTALL_PREFIX=${install_target} \ -DMYSQL_DATADIR=${install_target}/data \ -DSYSCONFDIR=${install_target} \ -DMYSQL_UNIX_ADDR=${install_target}/tmp/mysql.sock \ -DWITH_EMBEDDED_SERVER=OFF \ -DWITH_STONEDB_STORAGE_ENGINE=1 \ -DWITH_MYISAM_STORAGE_ENGINE=1 \...

``` #lihao Here, the dependency libs will be moved to 'third_party' directory. SET(BOOST_ROOT ${WITH_BOOST}) SET(MARISA_ROOT /usr/local/stonedb-marisa) SET(ROCKSDB_ROOT /usr/local/stonedb-gcc-rocksdb) ``` had been resolved in #11

I think we should check the length in primary key just innodb does.