Author: mcbrown
Date: 2006-09-22 14:03:49 +0200 (Fri, 22 Sep 2006)
New Revision: 3426
Log:
Removing the version column from the DBA table until we have more data
Modified:
trunk/tools/genoptionstable.pl
Modified: trunk/tools/genoptionstable.pl
===================================================================
--- trunk/tools/genoptionstable.pl 2006-09-22 12:02:15 UTC (rev 3425)
+++ trunk/tools/genoptionstable.pl 2006-09-22 12:03:49 UTC (rev 3426)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 17; 1683 bytes
@@ -84,7 +84,6 @@
<colspec colwidth="10*" align="center"/>
<colspec colwidth="10*" align="center"/>
<colspec colwidth="10*" align="center"/>
-<colspec colwidth="10*" align="center"/>
<thead>
<row>
<entry><emphasis role="bold">Name</emphasis></entry>
@@ -92,7 +91,6 @@
<entry><emphasis role="bold">Option file</emphasis></entry>
<entry><emphasis role="bold">Server Var</emphasis></entry>
<entry><emphasis role="bold">Status Var</emphasis></entry>
-<entry><emphasis role="bold">Version</emphasis></entry>
</row>
</thead>
<tbody>
@@ -120,21 +118,21 @@
push @{$row},undef;
}
}
- if (exists($my_handler->{tabledata}->{$id}->{introduced}))
- {
- if ($my_handler->{tabledata}->{$id}->{introduced}->{check} >= $checkversion)
- {
- push @{$row},$my_handler->{tabledata}->{$id}->{introduced}->{real};
- }
- else
- {
- push @{$row},undef;
- }
- }
- else
- {
- push @{$row},undef;
- }
+# if (exists($my_handler->{tabledata}->{$id}->{introduced}))
+# {
+# if ($my_handler->{tabledata}->{$id}->{introduced}->{check} >= $checkversion)
+# {
+# push @{$row},$my_handler->{tabledata}->{$id}->{introduced}->{real};
+# }
+# else
+# {
+# push @{$row},undef;
+# }
+# }
+# else
+# {
+# push @{$row},undef;
+# }
if (exists($my_handler->{tabledata}->{$id}->{type}->{cmdline}->{setvar}) &&
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3426 - trunk/tools | mcbrown | 22 Sep |