| Bug #9439 | Reporting wrong datatype for sub_part on show index. | ||
|---|---|---|---|
| Submitted: | 29 Mar 2005 2:54 | Modified: | 28 Apr 2005 3:52 |
| Reporter: | Henrik Johnson | ||
| Status: | Closed | ||
| Category: | Server: Optimizer | Severity: | S3 (Non-critical) |
| Version: | 4.1.7 | OS: | Microsoft Windows (Windows & Linux) |
| Assigned to: | Sergey Petrunia | Target Version: | |
[29 Mar 2005 2:54]
Henrik Johnson
[29 Mar 2005 15:14]
Miguel Solorzano
Sorry I don't understood well what you meant: the describe shows the sub_part data type as tiny. mysql> describe test_text_pk; +--------+------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------+------+------+-----+---------+-------+ | field1 | text | | PRI | | | +--------+------+------+-----+---------+-------+ 1 row in set (0.00 sec)
[29 Mar 2005 15:18]
Miguel Solorzano
Sorry I didn't noticed your show index:
mysql> show index from test_text_pk\G
*************************** 1. row ***************************
Table: test_text_pk
Non_unique: 0
Key_name: PRIMARY
Seq_in_index: 1
Column_name: field1
Collation: A
Cardinality: 0
Sub_part: 1000
Packed: NULL
Null:
Index_type: BTREE
Comment:
1 row in set (0.01 sec)
[16 Apr 2005 20:52]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/24082
[16 Apr 2005 21:04]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/24084
[16 Apr 2005 21:31]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/24086
[17 Apr 2005 18:50]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/24092
[17 Apr 2005 20:20]
Sergey Petrunia
Pushed into 4.1.12 tree.
[18 Apr 2005 20:27]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/24119
[28 Apr 2005 3:52]
Paul DuBois
Noted in 4.1.12 changelog.
