<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>3583</bug_id>
          
          <creation_ts>2004-02-04 15:56:15 +0300</creation_ts>
          <short_desc>В консоли неправильно выводит значения полей типа http://, и даже переставляет значения полей</short_desc>
          <delta_ts>2005-07-13 15:45:44 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>MySQL-server</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Bykov">mb</reporter>
          <assigned_to name="Kachalov Anton">mouse</assigned_to>
          <cc>mike</cc>
    
    <cc>nickel</cc>
    
    <cc>rider</cc>
    
    <cc>shaba</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>11566</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Bykov">mb</who>
    <bug_when>2004-02-04 15:56:15 +0300</bug_when>
    <thetext>mysql&gt;  select * from url;
| url           | filesize | id   |
+-------------------------------------+               
                |     2.17 |    1 |

mysql&gt; select url from url where filesize=2.17;
| url                                  |
+--------------------------------------+
|http://www.umka.ru/mpeg/Ray/ray_09.mp3 

Через PHP значение выводится правильно. А в любой консоли
глючит. Мало того, переставляет местами поля: 

mysql&gt; select url,id,filesize from url where filesize=2.17
| url             | id   | | filesize |
+--------------------------------
|    1 |     2.17 |/mpeg/Ray/ray_09.mp3


Steps to Reproduce:
1. Завести поле char (255). Поместить туда строку типа http:// 
2.
3.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11607</commentid>
    <comment_count>1</comment_count>
    <who name="Kachalov Anton">mouse</who>
    <bug_when>2004-02-05 17:49:15 +0300</bug_when>
    <thetext>У меня всё ок. А можно узнать вывод mysqldump -u... ваша_база url -d ?

mysql&gt; insert into url set
filesize=2.17,url=&apos;http://итакдалее.ру//mpeg/Ray/ray_09.mp3&apos;;
Query OK, 1 row affected (0.01 sec)

mysql&gt; select * from url;
+------------------------------------------+----+----------+
| url                                      | id | filesize |
+------------------------------------------+----+----------+
| http://итакдалее.ру//mpeg/Ray/ray_09.mp3 |  1 |     2.17 |
+------------------------------------------+----+----------+
1 row in set (0.00 sec)

mysql&gt; select * from url where filesize=2.17;
+------------------------------------------+----+----------+
| url                                      | id | filesize |
+------------------------------------------+----+----------+
| http://итакдалее.ру//mpeg/Ray/ray_09.mp3 |  1 |     2.17 |
+------------------------------------------+----+----------+
1 row in set (0.00 sec)
mysql&gt; select url,id,filesize from url where filesize=2.17;
+------------------------------------------+----+----------+
| url                                      | id | filesize |
+------------------------------------------+----+----------+
| http://итакдалее.ру//mpeg/Ray/ray_09.mp3 |  1 |     2.17 |
+------------------------------------------+----+----------+
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>13332</commentid>
    <comment_count>2</comment_count>
    <who name="inger@altlinux.org">inger</who>
    <bug_when>2004-05-05 16:31:36 +0400</bug_when>
    <thetext>перевешено </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18642</commentid>
    <comment_count>3</comment_count>
    <who name="Kachalov Anton">mouse</who>
    <bug_when>2004-09-07 15:21:17 +0400</bug_when>
    <thetext>не воспроизводится</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>