Skip to content
#

tidb

Here are 93 public repositories matching this topic...

Defined2014
Defined2014 commented Feb 15, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

set @@max_allowed_packet=default;

2. What did you expect to see? (Required)

mysql> set @@max_allowed_packet=default;
ERROR 1621 (HY000): SESSION variable 'max_allowed_packet' is read-only. U
ran-huang
ran-huang commented Apr 20, 2020

Error 报告

This repository is ONLY used to solve problems related to DOCS-CN.
For other issues (TiDB, TiKV, etc), please move to other repositories.

Please answer the following questions before submitting your issue. Thanks!

help wanted good first issue Hacktoberfest
tisonkun
tisonkun commented Jul 17, 2021

The best practices of reporting errors:

  1. The error message should be more user-friendly. Bad case: The table 101 exceeds table size. Good case: The table tbl exceeds table size.
  2. Provide workarounds if necessary. Bad case: The table tbl exceeds table size. Good case: The table tbl exceeds table size. Please try to turn up the value of the system variable tmp_table_size.
  3. Define
help wanted good first issue
3pointer
3pointer commented Oct 15, 2020

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.
    we didn't record store id when download/ingest sst failed.

  2. What did you expect to see?
    the error log with store id.

  3. What did you see instead?
    only the error.

  4. What version of BR and TiDB/TiKV/PD are you using?

all version.

type/bug good first issue difficulty/1-easy severity/minor

Improve this page

Add a description, image, and links to the tidb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tidb topic, visit your repo's landing page and select "manage topics."

Learn more