Lynn

Results 14 issues of Lynn

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` create table t ( d json); insert into t values ('{\"abcABC一二三abcABC\":...

type/bug
component/json
sig/sql-infra
severity/minor
affects-6.0

## Change Request **This repository is ONLY used to solve problems related to DOCS-CN. For other issues (TiDB, TiKV, etc), please move to [other repositories](https://github.com/pingcap/).** Please answer the following questions...

### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tidb/issues/51276 Problem Summary: ### What changed and how does it work? ### Check List Tests - [x] Unit test -...

size/L
release-note-none

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` create table t5 (c int(10), c1 json default null); insert into...

type/bug
sig/execution
component/json
severity/moderate
compatibility-mysql8

## Feature Request **Is your feature request related to a problem? Please describe:** Replace Oracle's functions with some of mysql's own expression functions. **Describe the feature you'd like:** Currently, only...

type/new-feature
type/feature-request
feature/accepted

### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tidb/issues/51031 Problem Summary: * Data type default values support `DATE_FORMAT(NOW(),'%Y-%m...')` ### What changed and how does it work? ### Check...

size/L
release-note-none

### First-time contributors' checklist - [ ] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ###...

translation/done
size/M
lgtm
v8.0

### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tidb/issues/52972, close https://github.com/pingcap/tidb/issues/51320 Problem Summary: ### What changed and how does it work? ### Check List Tests - [x] Unit...

size/M
release-note-none
do-not-merge/needs-triage-completed

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` set @@sql_mode=''; drop table if exists t1; create table t1(b tinyint...

type/bug
type/compatibility
severity/moderate
affects-6.5
affects-7.1
component/ddl
affects-7.5
affects-8.1