Ruihang Xia
|
8026b1d72c
|
feat!: unify all index creation grammars (#5486)
* column options
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* handle table constrain
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update test assertions
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* change inverted index table constrain usage
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update sqlness result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* don't create inverted index for pk on alter table
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove remaining pk-as-inverted-index
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* more inverted index magic
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update sqlness result again
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix clippy
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* Update src/sql/src/statements.rs
Co-authored-by: jeremyhi <jiachun_feng@proton.me>
* drop support for index def in table constrain
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: jeremyhi <jiachun_feng@proton.me>
|
2025-02-12 06:54:09 +00:00 |
|
Zhenchi
|
c305b2b406
|
fix: show index to display skipping index (#5297)
* fix: show index to display skipping index
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
* fix sqlness
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
* address comments
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
* fix sqlness
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
---------
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
|
2025-01-08 04:59:40 +00:00 |
|
Lanqing Yang
|
266919c226
|
fix: display inverted and fulltext index in show index (#5169)
|
2024-12-18 06:10:59 +00:00 |
|
dennis zhuang
|
f1d17a8ba5
|
fix: panic while reading information_schema. KEY_COLUMN_USAGE (#4318)
* fix: table might be dropped during iteration
* fix: panic while reading information_schema.key_column_usage
* fix: key_column_usage wrong results
|
2024-07-09 03:30:14 +00:00 |
|
dennis zhuang
|
4a5bb698a9
|
feat: impl show index and show columns (#3577)
* feat: impl show index and show columns
* fix: show index from database
* fix: canonicalize table name
* refactor: show parsers
|
2024-03-29 18:34:52 +00:00 |
|