Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
A column created with a name in koi8r cannot be found:
set names koi8r;
|
|
select column_exists(column_create('имя','value'),'имя');
|
# +---------------------------------------------------------+
|
# | column_exists(column_create('имя','value'),'имя') |
|
# +---------------------------------------------------------+
|
# | 0 |
|
# +---------------------------------------------------------+
|
At the same time, for values it works:
set names koi8r;
|
select column_get(column_create('name','значение'),'name' as char(16)) = 'значение';
|
+----------------------------------------------------------------------------------------------+
|
| column_get(column_create('name','значение'),'name' as char(16)) = 'значение' |
|
+----------------------------------------------------------------------------------------------+
|
| 1 |
|
+----------------------------------------------------------------------------------------------+
|
bzr version-info
revision-id: elenst@ubuntu11.home-20120813090607-jtuq5p0umts16h5h
|
date: 2012-08-13 13:06:07 +0400
|
build-date: 2012-08-16 05:11:01 +0400
|
revno: 3490
|
Attachments
Issue Links
- relates to
-
MDEV-377 Name support for dynamic columns
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to TODO-253 [ TODO-253 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 13818 ] | MariaDB v2 [ 45299 ] |
Workflow | MariaDB v2 [ 45299 ] | MariaDB v3 [ 62242 ] |
Workflow | MariaDB v3 [ 62242 ] | MariaDB v4 [ 144931 ] |