1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-08 00:28:29 +03:00
Commit Graph

2441 Commits

Author SHA1 Message Date
unknown
a5deff2bc9 Use portable comments in assembler files
Docs/manual.texi:
  Updated autoconf information
2002-03-05 19:19:00 +02:00
unknown
169ecafd31 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/reiser-data/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-03-05 08:49:12 -07:00
unknown
cc1ad5ea32 replication documentation update 2002-03-05 08:48:03 -07:00
unknown
39cdb786fd Corrected fix for not freed memory when using corrupted tables
Docs/manual.texi:
  Changelog
configure.in:
  Version change
sql/sql_base.cc:
  Correct fix for not freed memory when using corrupted tables
sql/table.cc:
  Correct fix for not freed memory when using corrupted tables
2002-03-05 17:38:16 +02:00
unknown
46283d59c1 Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.bitbike.com:/home/arjen/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-03-05 15:16:53 +10:00
unknown
b34acfc4fb Fixup of some titles (length and caps). 2002-03-05 15:14:05 +10:00
unknown
5f98914d75 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-03-04 09:58:18 -06:00
unknown
d737186f30 Additional minor patch for indexterms inside para handling
Docs/Support/docbook-fixup.pl:
  Altered regex to catch all indexterms - not just role='cp|fn'
2002-03-04 02:16:37 -07:00
unknown
df663f5072 merge
sql/sql_acl.cc:
  Auto merged
Docs/manual.texi:
  Merge
sql/sql_select.cc:
  Merge
2002-03-02 13:59:26 +02:00
unknown
ad4fcb8a01 Fix sorting of NULL values (Should always be first)
Fix problem with HAVING and MAX() IS NOT NULL


Docs/manual.texi:
  Changelog & NULL usage with ORDER BY
client/mysqldump.c:
  Cleanup disable keys
mysql-test/r/distinct.result:
  Fix results after ORDER BY with NULL fix
mysql-test/r/group_by.result:
  Fix results after ORDER BY with NULL fix
mysql-test/r/having.result:
  Testcase for bug with HAVING
mysql-test/t/distinct.test:
  Test for DISTINCT + ORDER BY DESC bug
mysql-test/t/having.test:
  Test of HAVING and MAX IS NOT NULL
sql/filesort.cc:
  Fix sorting of NULL values (Should always be first)
sql/item.h:
  Fix problem with HAVING and MAX() IS NOT NULL
sql/item_sum.h:
  Fix problem with HAVING and MAX() IS NOT NULL
sql/opt_range.cc:
  Fix problem with HAVING and MAX() IS NOT NULL
sql/opt_range.h:
  Fix sorting of NULL values
sql/sql_select.cc:
  Fix sorting of ORDER BY ... DESC on NULL values.
2002-03-02 09:51:24 +02:00
unknown
2c9879ca0c merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.
Let's hope this did not break anything. Will not push this one until Monty
gets back


BitKeeper/etc/logging_ok:
  auto-union
Build-tools/Do-all-build-steps:
  Auto merged
Build-tools/Do-compile:
  Auto merged
Build-tools/Do-rpm:
  Auto merged
Docs/manual.texi:
  Auto merged
include/hash.h:
  Auto merged
include/my_sys.h:
  Auto merged
innobase/dict/dict0dict.c:
  Auto merged
mysys/array.c:
  Auto merged
mysys/hash.c:
  Auto merged
mysys/mf_qsort.c:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/table.cc:
  Auto merged
strings/Makefile.am:
  Auto merged
client/mysql.cc:
  merged from 3.23
configure.in:
  merged from 3.23
mysql-test/mysql-test-run.sh:
  merged from 3.23
sql/mysqld.cc:
  merged from 3.23
support-files/mysql.spec.sh:
  merged from 3.23
2002-03-01 19:36:46 -07:00
unknown
19d37eca52 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0


Docs/manual.texi:
  Auto merged
sql/sql_select.cc:
  Auto merged
2002-03-01 16:58:06 +00:00
unknown
c8d8213d02 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-02-28 16:21:09 -06:00
unknown
75a268a65b mirrors.texi:
Update
costarica.txt, costarica.gif, costarica.eps:
  new file


Docs/mirrors.texi:
  Update
2002-02-28 18:24:42 +02:00
unknown
d091c5e031 InnoDB stable notice (from 3.23.49). 2002-02-28 20:07:03 +10:00
unknown
78ea4ef1ed Final set of changes for the docbook patching scripts for the MySQL
reference manual for O'Reilly.


Docs/Support/docbook-split:
  Give the output directory a more sensible, and automatically generated, name.
Docs/Support/make-docbook:
  Patch shell script to include patching the colspec tags and splitting the manual into it's components.
2002-02-27 07:25:43 -07:00
unknown
bbfdc6ee5a colspec-fix.pl:
Script that takes the relative values in the 
  colspec tags and converts them to absolute values.
2002-02-27 06:47:14 -07:00
unknown
633d54b67e Nice, relaxing Perl munging. :) Have another change to put into this
changeset - afaik, I can edit changesets with bk. So, rather than wait, I will
commit this now, finish up the other code, try to alter the changeset and then
push all the changes up.


Docs/Support/docbook-fixup.pl:
  Rewrote to use a more native Perl style.
  Increase strictness of error checking.
  Simplified and optimized regular expressions.
  Fixed several problems with conversion. Still have some minor issues to sort out.
  Rewrote to accept input from stdin or from filename arg(s) on the command line.
  Improved speed ~6x.
Docs/Support/docbook-split:
  Rewrote to use a more native Perl style.
  Increase strictness of error checking.
  Simplified and optimized.
  Rewrote to accept input from stdin or from filename arg(s) on the command line.
2002-02-27 04:35:26 -07:00
unknown
6fdd6e8e46 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-02-26 12:44:35 +00:00
unknown
b1e43b83d9 ft_boolean_search - minor simplification
manual: News updated


Docs/manual.texi:
  News updated
myisam/ft_boolean_search.c:
  algorithm (somewhat) simplified
2002-02-26 12:42:22 +00:00
unknown
9d75160433 Merge work:/home/bk/mysql into mysql.sashanet.com:/reiser-data/mysql 2002-02-23 14:44:12 -07:00
unknown
ecb3cd5b1c updated glibc build instructions
Docs/linuxthreads.txt:
  u
2002-02-23 14:42:32 -07:00
unknown
6f06c81956 manual.de.texi:
Experiment


Docs/manual.de.texi:
  Experiment
2002-02-23 03:35:57 -06:00
unknown
7fdc77c682 manual.de.texi:
@uref fix-ups
include.de.texi:
  new file


Docs/manual.de.texi:
  @uref fix-ups
2002-02-23 03:25:26 -06:00
unknown
eba5658933 manual.de.texi:
new file
2002-02-23 03:12:08 -06:00
unknown
64cad5180d Various fixups to correct DocBook output of manual.
Docs/Support/docbook-fixup.pl:
  Added new regex for XREFs, to have them in correct English-grammar.
  Minor fixup to removed node catcher from earlier change.
Docs/manual.texi:
  Fixup of Texinfo @ref/@xref/@pxref usage in appropriate locations.
2002-02-22 12:04:59 +10:00
unknown
230242182d Added MySQLfront to list of progs, for fairness; until all others are in the portals too. 2002-02-22 08:42:55 +10:00
unknown
a1476d614c Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-02-21 16:10:27 -06:00
unknown
dc09f16694 wording changed 2002-02-20 23:00:32 +00:00
unknown
6c174e2c56 memory leak with broken tables fixed
Docs/manual.texi:
  news updated
2002-02-20 13:06:54 +00:00
unknown
e86a88f2a2 Windows shutdown procedure further clarified, added NT workaround.
Fixed typo.
2002-02-20 11:39:26 +10:00
unknown
ae670b7666 Merge hundin:/my/mysql-4.0 into tik.mysql.fi:/home/my/mysql-4.0
Docs/manual.texi:
  Auto merged
2002-02-19 00:02:55 +02:00
unknown
b78743d566 Fix to work with old ISAM privilege tables + ssl support.
Docs/manual.texi:
  Small change to binary install
2002-02-18 23:54:45 +02:00
unknown
83a7ec1b0e Clarify Windows service shutdown behaviour. 2002-02-19 07:37:49 +10:00
unknown
c87e06b458 VACUUM fixup in PostgreSQL info. 2002-02-18 16:49:09 +10:00
unknown
f64042d192 Fixed typo.
Added update about PostgreSQL 7.2 and VACUUM.
2002-02-18 12:21:47 +10:00
unknown
7022da6a7b Added "well-formed" XML checker script. 2002-02-18 11:44:39 +10:00
unknown
b3a396b1eb Added DocBook chapter split script. 2002-02-18 11:39:36 +10:00
unknown
b0ae3c3b4f Merge zgreant@work.mysql.com:/home/bk/mysql-4.0
into linux.local:/home/zak/bk/mysql-4.0
2002-02-17 17:44:46 -07:00
unknown
c4ab3fc0f1 manual.texi:
Fix typo in a contrib download filename


Docs/manual.texi:
  Fix typo in a contrib download filename
2002-02-16 02:18:58 +02:00
unknown
e37844766b Merge tfr@work.mysql.com:/home/bk/mysql-4.0
into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0


Docs/manual.texi:
  Auto merged
2002-02-16 01:16:55 +02:00
unknown
1ab1e75806 Patched conversion system to generate well-formed XML
Docs/Support/docbook-fixup.pl:
  Series of minor changes to convert the output of makeinfo to well-formed XML
   - Discarded DTD - ORA can add their own appropriate DTD
   - Added required XML PI - included appropriate character encoding information
   - Added missing abstract and bookinfo tags
   - Escaped ampersands in HTML escape sequences to allow validation - need to review
Docs/Support/make-docbook:
  Forced validation of XML document at end of conversion process
  Removed temporary files - set makeinfo output to stdout
BitKeeper/etc/ignore:
  Added Docs/safe-mysql.xml to the ignore list
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-02-15 16:14:38 -07:00
unknown
2ecb9836c2 manual.texi:
Remove link to sqlscreens in the contrib section


Docs/manual.texi:
  Remove link to sqlscreens in the contrib section
2002-02-16 01:14:10 +02:00
unknown
1e94643c61 updates for the new build
configure.in:
  support for static nss on Linux when compiling --with-other-libc
mysql-test/mysql-test-run.sh:
  --user-test option
2002-02-15 14:02:48 -07:00
unknown
00f6850dfe Zapped trailing spaces. 2002-02-15 18:53:27 +10:00
unknown
0983c695a9 Cleanup @example blocks in manual for XML/DocBook/PS/PDF output.
Docs/manual.texi:
  All lines in @example blocks need to be <76 chars.
  Minor cleanup of other stuff in @example blocks.
2002-02-15 18:37:31 +10:00
unknown
1cdde35139 Clarified USE/IGNORE INDEX in all relevant sections.
Added mention of USE/IGNORE KEY as alias for USE/IGNORE INDEX.
Fixups references to this feature throughout manual.
2002-02-15 14:18:13 +10:00
unknown
c627eb7601 Improved USE INDEX / IGNORE INDEX info.
Docs/manual.texi:
  Added USE INDEX / IGNORE INDEX syntax to table_references info in SELECT.
  Added USE INDEX / IGNORE INDEX to function index.
2002-02-15 12:53:10 +10:00
unknown
e501e96425 Fixups for XML/DocBook output.
Docs/Support/docbook-fixup.pl:
  Added fixup for xref closing /> tag to prevent malformed XML.
  Improved /para whitespace removal.
Docs/manual.texi:
  Removed double whitespace in middle of sentence.
2002-02-15 12:36:57 +10:00
unknown
93c1f96f7d Fix after merge from 3.23
Docs/manual.texi:
  Added section about LOAD DATA LOCAL
libmysqld/lib_sql.cc:
  Remove not used option
mysql-test/r/comments.result:
  Updated results
sql/sql_parse.cc:
  Fix queries / second
2002-02-15 02:49:02 +02:00