Author: jstephens
Date: 2007-10-08 10:20:46 +0200 (Mon, 08 Oct 2007)
New Revision: 8011
Log:
Remove outdated sentence, fix garbage character (Bar)
Modified:
trunk/refman-4.1/errors-problems.xml
trunk/refman-5.0/errors-problems.xml
trunk/refman-5.1/errors-problems.xml
trunk/refman-5.2/errors-problems.xml
Modified: trunk/refman-4.1/errors-problems.xml
===================================================================
--- trunk/refman-4.1/errors-problems.xml 2007-10-07 21:48:47 UTC (rev 8010)
+++ trunk/refman-4.1/errors-problems.xml 2007-10-08 08:20:46 UTC (rev 8011)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 5; 1377 bytes
@@ -3665,10 +3665,9 @@
</indexterm>
<para>
- By default, MySQL searches are not case sensitive (although
- there are some character sets that are never case insensitive,
- such as <literal>czech</literal>). This means that if you
- search with <literal><replaceable>col_name</replaceable> LIKE
+ By default, MySQL searches are not case sensitive. This means
+ that if you search with
+ <literal><replaceable>col_name</replaceable> LIKE
'a%'</literal>, you get all column values that start with
<literal>A</literal> or <literal>a</literal>. If you
want to
make this search case sensitive, make sure that one of the
@@ -3709,7 +3708,7 @@
character's <quote>sort value.</quote> Characters with the
same sort value (such as
‘<literal>E</literal>’,
‘<literal>e</literal>’, and
- ‘<literal>é</literal>’)
are treated as the
+ ‘<literal>é</literal>’) are treated
as the
same character.
</para>
Modified: trunk/refman-5.0/errors-problems.xml
===================================================================
--- trunk/refman-5.0/errors-problems.xml 2007-10-07 21:48:47 UTC (rev 8010)
+++ trunk/refman-5.0/errors-problems.xml 2007-10-08 08:20:46 UTC (rev 8011)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 5; 1377 bytes
@@ -3584,10 +3584,9 @@
</indexterm>
<para>
- By default, MySQL searches are not case sensitive (although
- there are some character sets that are never case insensitive,
- such as <literal>czech</literal>). This means that if you
- search with <literal><replaceable>col_name</replaceable> LIKE
+ By default, MySQL searches are not case sensitive. This means
+ that if you search with
+ <literal><replaceable>col_name</replaceable> LIKE
'a%'</literal>, you get all column values that start with
<literal>A</literal> or <literal>a</literal>. If you
want to
make this search case sensitive, make sure that one of the
@@ -3618,7 +3617,7 @@
character's <quote>sort value.</quote> Characters with the
same sort value (such as
‘<literal>E</literal>’,
‘<literal>e</literal>’, and
- ‘<literal>é</literal>’)
are treated as the
+ ‘<literal>é</literal>’) are treated
as the
same character.
</para>
Modified: trunk/refman-5.1/errors-problems.xml
===================================================================
--- trunk/refman-5.1/errors-problems.xml 2007-10-07 21:48:47 UTC (rev 8010)
+++ trunk/refman-5.1/errors-problems.xml 2007-10-08 08:20:46 UTC (rev 8011)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 5; 1377 bytes
@@ -3585,10 +3585,9 @@
</indexterm>
<para>
- By default, MySQL searches are not case sensitive (although
- there are some character sets that are never case insensitive,
- such as <literal>czech</literal>). This means that if you
- search with <literal><replaceable>col_name</replaceable> LIKE
+ By default, MySQL searches are not case sensitive. This means
+ that if you search with
+ <literal><replaceable>col_name</replaceable> LIKE
'a%'</literal>, you get all column values that start with
<literal>A</literal> or <literal>a</literal>. If you
want to
make this search case sensitive, make sure that one of the
@@ -3619,7 +3618,7 @@
character's <quote>sort value.</quote> Characters with the
same sort value (such as
‘<literal>E</literal>’,
‘<literal>e</literal>’, and
- ‘<literal>é</literal>’)
are treated as the
+ ‘<literal>é</literal>’) are treated
as the
same character.
</para>
Modified: trunk/refman-5.2/errors-problems.xml
===================================================================
--- trunk/refman-5.2/errors-problems.xml 2007-10-07 21:48:47 UTC (rev 8010)
+++ trunk/refman-5.2/errors-problems.xml 2007-10-08 08:20:46 UTC (rev 8011)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 5; 1377 bytes
@@ -3585,10 +3585,9 @@
</indexterm>
<para>
- By default, MySQL searches are not case sensitive (although
- there are some character sets that are never case insensitive,
- such as <literal>czech</literal>). This means that if you
- search with <literal><replaceable>col_name</replaceable> LIKE
+ By default, MySQL searches are not case sensitive. This means
+ that if you search with
+ <literal><replaceable>col_name</replaceable> LIKE
'a%'</literal>, you get all column values that start with
<literal>A</literal> or <literal>a</literal>. If you
want to
make this search case sensitive, make sure that one of the
@@ -3619,7 +3618,7 @@
character's <quote>sort value.</quote> Characters with the
same sort value (such as
‘<literal>E</literal>’,
‘<literal>e</literal>’, and
- ‘<literal>é</literal>’)
are treated as the
+ ‘<literal>é</literal>’) are treated
as the
same character.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8011 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2 | jon | 8 Oct |