Commit graph

586 commits

Author SHA1 Message Date
serg@sergbook.mysql.com
545f616154 Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-08-13 21:15:14 +02:00
bar@bar.mysql.r18.ru
9dd576c3f8 "make clean" problem fix 2002-08-13 19:13:23 +05:00
serg@sergbook.mysql.com
e8bf5ef8d4 Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-08-13 15:28:14 +02:00
serg@sergbook.mysql.com
4dfe0a77c9 "ungone" include/global.h, though deleted, otherwise bk cannot pull from 3.23 (where this fiule is legally present) 2002-08-13 15:26:57 +02:00
monty@hundin.mysql.fi
c531b43272 merge with 3.23.52 2002-08-13 02:33:25 +03:00
serg@sergbook.mysql.com
35255fa72b "ungone" files, that were some time ago erroneously (?) marked as "gone"
now it should be safe to do 'bk rmgone' to make the tree ~25M less :)
2002-08-12 16:06:50 +02:00
arjen@fred.bitbike.com
4861939801 Various little docs fixups. 2002-08-12 14:55:07 +10:00
ram@ram.(none)
b7403f3d84 new QUOTE() fuction has been added 2002-08-08 20:25:53 +05:00
monty@mashka.mysql.fi
1bb7665a9c merge 2002-08-08 03:29:36 +03:00
monty@narttu.mysql.fi
bea3a43b20 merge 2002-08-05 22:18:39 +03:00
monty@narttu.mysql.fi
c0a6890292 Added some missing mutex_locks() when manipulating the table cache.
This should fix some possible table cache corruptions when doing
OPTIMIZE or REPAIR table when other threads are opening new tables.
2002-08-05 18:50:38 +03:00
salle@geopard.online.bg
de7b601d11 Two small patches proposed by Paul DuBois 2002-08-03 19:48:45 +03:00
monty@mashka.mysql.fi
bc035c71f1 Merge with 3.23.51
Fixed wrong usage of sprintf() in ha_innodb.cc
2002-07-25 22:46:28 +03:00
peter@mysql.com
7213fd028e Merge changes in docs do go further 2002-07-19 00:06:33 +04:00
salle@geopard.online.bg
b472f401b1 Some
C++ comments cleanup
2002-07-17 15:17:20 +03:00
peter@mysql.com
684bf18e4d Arjens LOG functions changes with small changes and tests added to mysql-test 2002-07-17 12:11:48 +04:00
bar@bar.udmsearch.izhnet.ru
79536e0006 Brazilian Portuguesse messages 2002-07-16 16:48:56 +05:00
arjen@fred.bitbike.com
c2baeafbd3 My preferred bk checkout option. 2002-07-16 08:22:45 +10:00
zgreant@mysql.com
d44f1a4f9d Minor typo corrections and documenation improvements. 2002-07-09 22:14:07 -06:00
walrus@mysql.com
26f4536f7e server-cfg.sh Remove smds, remove coversaton from date to int for mysql,
server-cfg.sh	add transactional for bdb
2002-07-02 09:57:40 +02:00
serg@sergbook.mysql.com
6f3772b017 14Mb files removed from BitKeeper/deleted/ and permanently marked as gone. 2002-07-01 01:36:01 +02:00
salle@geopard.(none)
ffd9a80d26 Small comment typo fix
This is also my first attempt to commit and push
2002-06-29 18:52:24 +03:00
monty@mashka.mysql.fi
8d75ff64e1 Portability fix for HPUX 2002-06-17 09:56:27 +03:00
arjen@fred.bitbike.com
9a6dc9a33e Typo fix and sentence cleanup in post-commit script. 2002-06-17 09:44:39 +10:00
peter@linux.local
f85a002c68 Merge 2002-06-14 15:24:22 +04:00
peter@linux.local
89b161d05d This changeset is mostly new version of previous commit modified according
to Monty's code style and optimization comments
2002-06-11 13:37:48 +04:00
monty@mashka.mysql.fi
2aecdd1a91 Big code cleanup/review before 4.0.2 release.
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
2002-06-11 11:20:31 +03:00
tfr@indrek.tfr.cafe.ee
1fe93ceadb mirrors.texi:
Update mirror list
2002-06-03 17:50:12 +02:00
monty@narttu.
747e8778c9 Portability fix for OSF1 2002-05-27 09:29:26 +03:00
serg@sergbook.mysql.com
c06cc02c5d Merge work:/home/bk/mysql
into sergbook.mysql.com:/usr/home/serg/Abk/mysql
2002-05-26 12:59:02 +02:00
serg@sergbook.mysql.com
66b41d19c2 quick fix for some optimizer glitch (it appears as ft+const bug, but it, probably, isn't) 2002-05-25 20:59:50 +02:00
jani@rhols221.arenanet.fi
0c7ea54c9d Merge work:/home/bk/mysql-4.0
into rhols221.arenanet.fi:/home/my/bk/mysql-4.0
2002-05-24 14:09:01 +03:00
jani@rhols221.arenanet.fi
16e3b892a6 Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash,
mysqlmanager from using GNU getopt to use my_getopt.

Changed some files that just included old getopt.h to include
my_getopt.h now.

Fixed a bug in my_print_help() in my_getopt.c.

Made better documentation for option -G in mysql client.
2002-05-24 14:06:58 +03:00
worm@altair.is.lan
dfd2766099 mirrors.texi:
added new mirrors
2002-05-24 10:46:19 +03:00
jani@hynda.(none)
c2205c75ca Changed mysqlbinlog, mysqlmanager-pwgen, mysqlmanagerc, mysqltest,
thread_test and isamchk to use my_getopt.

Fixed a bug in my_getopt.
2002-05-22 00:05:05 +03:00
akishkin@work.mysql.com
e9b3f1321e Merge work.mysql.com:/home/bk/mysql-4.0
into work.mysql.com:/home/akishkin/mysql-4.0
2002-05-17 07:09:09 +02:00
akishkin@work.mysql.com
af8585a42c compile-pentium-gcov Remove optimization, add innodb and bdb 2002-05-17 07:00:52 +02:00
monty@hundin.mysql.fi
f5ed8784a2 merge with 3.23.51 2002-05-16 18:20:49 +03:00
lenz@mysql.com
0fe3b5afbd Fixed sql_yacc.yy to be compatible with bison 1.31 and above.
Made detection of GNU tar a bit more flexible.
Only use /usr/local/mysql-glibc if it actually exists
2002-05-15 11:06:44 +02:00
serg@sergbook.mysql.com
3bcf161611 Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-05-14 18:00:06 +02:00
serg@sergbook.mysql.com
859fb3e7c7 added --loose to --des-key-file in *.opt for mysql-test not to fail w/o ssl 2002-05-14 16:36:08 +02:00
jani@dsl-jkl1657.dial.inet.fi
4945fd4a05 - Fixed some option types in my_getopt struct in all clients.
- Added special option/variable prefix '--loose-' to my_getopt.c
2002-05-11 14:36:34 +03:00
monty@narttu.
31091c3b8b merge 2002-05-09 06:29:49 +03:00
monty@narttu.
ea206309ef Update manual information about libstdc++ 2002-05-09 06:19:02 +03:00
zak@balfor.local
1405433568 Tiny fix to make the XML generated by the client well-formed.
(Thanks to Georg Richter!)
2002-05-08 03:16:58 -06:00
monty@tik.
1dcc450cfb Remove docs from the bdb distribution
Hack to get MIT-pthreads to compile with glibc 2.2
2002-05-07 18:05:15 +03:00
nick@nick.leippe.com
2453d43ab0 Backport of Sasha's fix to 3.23 from 4.0
see dev-private email from sasha, subject:
URGENT: rpl_sporadic_master
2002-05-02 18:55:38 -07:00
arjen@fred.bitbike.com
db8610b387 Change bk post-commit trigger to pick up anything under Docs/ instead of just Docs/manual.texi 2002-05-03 08:57:31 +10:00
lenz@mysql.com
1c2d9adbea Fixed a typo and the wording of the message that is being displayed after "configure" has run 2002-04-26 17:52:50 +02:00
monty@narttu.mysql.fi
de8aba5622 Merge hundin:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0 2002-04-26 14:20:56 +03:00
monty@narttu.mysql.fi
2170b8ffa0 Small manual updates for email list answers 2002-04-26 14:14:01 +03:00
monty@hundin.mysql.fi
2421ba0fb3 Merge hundin.mysql.fi:/my/mysql-3.23
into hundin.mysql.fi:/my/bk/mysql-4.0
2002-04-26 10:32:43 +03:00
monty@work.mysql.com
6423437304 Removed copyrighted files from MIT-pthreads 2002-04-26 09:32:42 +02:00
monty@hundin.mysql.fi
727122aadd merge 2002-04-25 01:16:42 +03:00
lenz@kallisto.mysql.com
40cd4aa27c Some minor cosmetic/wording corrections in README file 2002-04-23 13:44:56 +02:00
monty@work.mysql.com
794eb03b29 Deleted some old Makefiles 2002-04-17 15:32:28 +02:00
monty@tik.mysql.fi
c987b8bab8 Fixed typo
Removed some files from the bitkeeper delete tree.
(To fix problem with duplicate filenames on MacOS X)
2002-04-17 16:06:19 +03:00
Sinisa@sinisa.nasamreza.org
0541b54fb7 libwrap bug fix for Linux only 2002-04-13 13:44:08 +03:00
arjen@george.bitbike.com
fa66d680c2 logging_ok:
Logging to logging@openlogging.org accepted
manual.texi:
  'migration' not a keyword.
2002-04-09 17:53:38 +10:00
monty@hundin.mysql.fi
6e247490dc Merge 2002-04-02 19:46:26 +03:00
sinisa@rhols221.adsl.netsonic.fi
254c26da3e Two bug fixes 2002-03-28 18:35:21 +02:00
monty@hundin.mysql.fi
2faee46284 merge (remove conflicting zip files) 2002-03-27 06:44:23 +02:00
monty@hundin.mysql.fi
727e507bca merge with 3.23.50 2002-03-27 01:56:10 +02:00
arjen@fred.bitbike.com
5b70bf57a8 Fixup of 3.23.50 Windows named pipe changes in manual. 2002-03-27 07:50:14 +10:00
miguel@hegel.local
26454665d9 Adding the new zlib tree for Windows 2002-03-19 01:08:09 -03:00
miguel@hegel.local
254df5fdd6 Adding the new zlib tree for Windows 2002-03-19 00:26:38 -03:00
zak@balfor.local
9a6cd145a5 Minor changes to allow colspec numbering 2002-03-16 16:18:49 -07:00
arjen@fred.bitbike.com
f56aafa877 include.de.texi does not belong in repo. 2002-03-14 13:07:42 +10:00
jcole@mugatu.spaceapes.com
3024c35be7 Added --no-beep option to mysql. 2002-03-11 14:35:59 -06:00
zak@linux.local
bb72b88317 Patched conversion system to generate well-formed XML 2002-02-15 16:14:38 -07:00
jani@hynda.mysql.fi
78dca2de82 Fixed too bugs in MySQL client 'mysql', interactive command 'tee'. 2002-02-15 02:34:48 +02:00
monty@hundin.mysql.fi
e070e9a01f merge with 3.23.49 2002-02-14 18:58:24 +02:00
heikki@hundin.mysql.fi
62c9f03f00 ha_innobase.cc:
DROP DATABASE required that the database name is in lower case to work; put it always to lower case in innobase_drop_database
2002-02-14 00:00:09 +02:00
monty@hundin.mysql.fi
3c18798a7f Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-02-13 22:01:42 +02:00
monty@tik.mysql.fi
1f9b1e1915 Made LOAD DATA LOCAL INFILE more secure 2002-02-13 21:53:26 +02:00
jorge@linux.jorge.mysql.com
af45fc0526 mysqldump.c:
Changed C++ style comments to ANSI C style.
2002-02-12 08:24:40 -06:00
monty@hundin.mysql.fi
79796e989f Merge from 3.23.48 tree 2002-01-30 16:37:47 +02:00
jani@rhols221.adsl.netsonic.fi
40fcae6d4b Added my_getopt struct and modified myisamchk to the bk tree. 2002-01-25 23:34:37 +02:00
tom@basil-firewall.home.com
b0359d4e16 manual.texi:
Added a comment for Tfr; Test for Tom
2002-01-22 10:30:42 -05:00
mwagner@cash.mwagner.org
71670dc93e mysqldump.c:
Added missing 'Q' for -Q option
2002-01-13 01:32:05 -06:00
mwagner@cash.mwagner.org
9888899918 mysqldump.c:
Added missing 'Q' for -Q option
2002-01-13 01:29:21 -06:00
kaj@work.mysql.com
e95ac89a17 manual.texi Added CAST and CONVERT descriptions into the release notes 2002-01-12 14:22:59 +01:00
bell@sanja.is.com.ua
dbf8f3c32f fixing query cache validator 2002-01-02 17:55:10 +02:00
venu@work.mysql.com
643bb2af00 manual.texi updated MyOLEDB section 2001-12-24 10:15:04 +01:00
arjen@co3064164-a.bitbike.com
7362881115 Added new Query Cache section. 2001-12-12 16:06:37 +10:00
jcole@sarvik.tfr.cafe.ee
ad0149b99f docbook-fixup.pl:
Fixed some issues for O'Reilly.
  * Remove "mailto:" from @email{} references in XML output. Good for normal XML of course, but bad when printing.
  * Removing (Cross)References for sections that have been excluded from printed manual.
  * In several titles, spaces are missing. You see a title like: <title>Speed of <command>INSERT</command>Queries</title>.
2001-11-28 22:11:14 +02:00
monty@bitch.mysql.fi
9cb670df71 Generate core file on Solaris. 2001-11-21 15:08:01 +02:00
serg@serg.mysql.com
b03a786ce5 POSIX.2 compatible fix 2001-11-08 00:14:16 +01:00
mwagner@evoq.mwagner.org
db70f731fa post-commit Changed to docs-commit@ 2001-11-07 01:49:38 -06:00
monty@hundin.mysql.fi
2ac4ad6984 merge 2001-11-03 22:28:16 +02:00
arjen@co3064164-a.bitbike.com
1ef54787e0 Resolved z/s spelling inconsistencies.
Fixed few Innobase -> InnoDB inconsistencies.
2001-11-01 11:26:19 +10:00
monty@donna.mysql.fi
7fcbd7e3da Merge 2001-10-30 17:38:44 +02:00
monty@tramp.mysql.fi
abb7df2de1 Fixed error message when opening a not-MyISAM file.
Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword.
Extended MyISAM to handle records > 16M.
2001-10-29 10:49:35 +02:00
ahlentz@co3064164-a.rochd1.qld.optusnet.com.au
89a78a8b8e Typo fix. 2001-10-29 12:28:35 +10:00
miguel@light.local
03bf236f4a Adding code for NT service in the install and remove
routines for avoid to leave the Service Control Manager
in bad state. Print messages for to reduce the current
user errors when are trying to install or start the service.
Adding the option to install the service for manual start:
--install-manual.
2001-10-25 05:57:15 -02:00
mwagner@evoq.mwagner.org
bed6035f67 post-commit Added docs@ to get manual edits 2001-10-15 23:28:30 -05:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
ed18c66df1 Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.rochd1.qld.optushome.com.au:c:/home/mysql-4.0
2001-10-16 06:58:51 +10:00
Administrator@co3064164-a.
36d1022832 Fixed little typos. 2001-10-15 09:39:36 +10:00
heikki@donna.mysql.fi
1d7747aa25 ut0mem.c Merge changes in InnoDB-3.23.43b
ut0ut.c 	Merge changes in InnoDB-3.23.43b
trx0purge.c	Merge changes in InnoDB-3.23.43b
trx0rec.c	Merge changes in InnoDB-3.23.43b
trx0trx.c	Merge changes in InnoDB-3.23.43b
trx0undo.c	Merge changes in InnoDB-3.23.43b
thr0loc.c	Merge changes in InnoDB-3.23.43b
sync0arr.c	Merge changes in InnoDB-3.23.43b
sync0rw.c	Merge changes in InnoDB-3.23.43b
sync0sync.c	Merge changes in InnoDB-3.23.43b
srv0srv.c	Merge changes in InnoDB-3.23.43b
srv0start.c	Merge changes in InnoDB-3.23.43b
row0ins.c	Merge changes in InnoDB-3.23.43b
row0mysql.c	Merge changes in InnoDB-3.23.43b
row0purge.c	Merge changes in InnoDB-3.23.43b
row0sel.c	Merge changes in InnoDB-3.23.43b
row0umod.c	Merge changes in InnoDB-3.23.43b
row0upd.c	Merge changes in InnoDB-3.23.43b
row0vers.c	Merge changes in InnoDB-3.23.43b
rem0cmp.c	Merge changes in InnoDB-3.23.43b
que0que.c	Merge changes in InnoDB-3.23.43b
pars0opt.c	Merge changes in InnoDB-3.23.43b
pars0pars.c	Merge changes in InnoDB-3.23.43b
lexyy.c 	Merge changes in InnoDB-3.23.43b
pars0grm.c	Merge changes in InnoDB-3.23.43b
page0page.c	Merge changes in InnoDB-3.23.43b
os0file.c	Merge changes in InnoDB-3.23.43b
mtr0log.c	Merge changes in InnoDB-3.23.43b
mem0pool.c	Merge changes in InnoDB-3.23.43b
log0log.c	Merge changes in InnoDB-3.23.43b
log0recv.c	Merge changes in InnoDB-3.23.43b
lock0lock.c	Merge changes in InnoDB-3.23.43b
ibuf0ibuf.c	Merge changes in InnoDB-3.23.43b
fil0fil.c	Merge changes in InnoDB-3.23.43b
dict0crea.c	Merge changes in InnoDB-3.23.43b
dict0dict.c	Merge changes in InnoDB-3.23.43b
dict0load.c	Merge changes in InnoDB-3.23.43b
dict0mem.c	Merge changes in InnoDB-3.23.43b
data0data.c	Merge changes in InnoDB-3.23.43b
data0type.c	Merge changes in InnoDB-3.23.43b
buf0buf.c	Merge changes in InnoDB-3.23.43b
buf0lru.c	Merge changes in InnoDB-3.23.43b
btr0btr.c	Merge changes in InnoDB-3.23.43b
btr0cur.c	Merge changes in InnoDB-3.23.43b
btr0pcur.c	Merge changes in InnoDB-3.23.43b
btr0sea.c	Merge changes in InnoDB-3.23.43b
data0type.ic	Merge changes in InnoDB-3.23.43b
dict0dict.ic	Merge changes in InnoDB-3.23.43b
mtr0mtr.ic	Merge changes in InnoDB-3.23.43b
row0upd.ic	Merge changes in InnoDB-3.23.43b
sync0ipm.ic	Merge changes in InnoDB-3.23.43b
sync0rw.ic	Merge changes in InnoDB-3.23.43b
sync0sync.ic	Merge changes in InnoDB-3.23.43b
trx0rseg.ic	Merge changes in InnoDB-3.23.43b
btr0pcur.ic	Merge changes in InnoDB-3.23.43b
buf0buf.ic	Merge changes in InnoDB-3.23.43b
data0data.ic	Merge changes in InnoDB-3.23.43b
row0upd.h	Merge changes in InnoDB-3.23.43b
srv0srv.h	Merge changes in InnoDB-3.23.43b
sync0arr.h	Merge changes in InnoDB-3.23.43b
sync0rw.h	Merge changes in InnoDB-3.23.43b
sync0sync.h	Merge changes in InnoDB-3.23.43b
trx0trx.h	Merge changes in InnoDB-3.23.43b
ut0mem.h	Merge changes in InnoDB-3.23.43b
data0data.h	Merge changes in InnoDB-3.23.43b
data0type.h	Merge changes in InnoDB-3.23.43b
db0err.h	Merge changes in InnoDB-3.23.43b
dict0crea.h	Merge changes in InnoDB-3.23.43b
dict0dict.h	Merge changes in InnoDB-3.23.43b
dict0load.h	Merge changes in InnoDB-3.23.43b
dict0mem.h	Merge changes in InnoDB-3.23.43b
dict0types.h	Merge changes in InnoDB-3.23.43b
fil0fil.h	Merge changes in InnoDB-3.23.43b
ibuf0ibuf.h	Merge changes in InnoDB-3.23.43b
lock0lock.h	Merge changes in InnoDB-3.23.43b
log0log.h	Merge changes in InnoDB-3.23.43b
mtr0mtr.h	Merge changes in InnoDB-3.23.43b
rem0cmp.h	Merge changes in InnoDB-3.23.43b
row0ins.h	Merge changes in InnoDB-3.23.43b
row0mysql.h	Merge changes in InnoDB-3.23.43b
btr0cur.h	Merge changes in InnoDB-3.23.43b
btr0pcur.h	Merge changes in InnoDB-3.23.43b
btr0sea.h	Merge changes in InnoDB-3.23.43b
buf0buf.h	Merge changes in InnoDB-3.23.43b
sql_table.cc	Merge changes in InnoDB-3.23.43b
sql_db.cc	Merge changes in InnoDB-3.23.43b
ha_innobase.cc	Merge changes in InnoDB-3.23.43b
handler.cc	Merge changes in InnoDB-3.23.43b
ha_innobase.h	Merge changes in InnoDB-3.23.43b
handler.h	Merge changes in InnoDB-3.23.43b
2001-10-10 22:47:08 +03:00
sasha@mysql.sashanet.com
1bea4bd36b fixed crash on slave when master aborts a query that has % in it. 2001-10-05 13:18:18 -06:00
monty@work.mysql.com
0aa358b571 Cleanup between compilations 2001-10-03 17:38:30 +02:00
monty@work.mysql.com
193ae61fc0 merge 2001-10-02 21:33:47 +02:00
Administrator@fred.
d3385bf989 Added Arjen to doc maintainer list.
Initial cleanup of SSL/X509 explanation.
2001-10-02 12:51:12 +10:00
serg@serg.mysql.com
5739324d60 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-09-28 19:49:21 +02:00
monty@work.mysql.com
390e57687b merge 2001-09-28 06:28:04 +02:00
monty@hundin.mysql.fi
641ac16c71 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-09-27 22:04:06 +03:00
monty@hundin.mysql.fi
c3722dc1f4 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-09-27 21:35:36 +03:00
paul@central.snake.net
3e4ff5dccc manual.texi correct date error in manual. 2001-09-27 12:25:36 -05:00
serg@serg.mysql.com
d45bf758ad manual cleanups 2001-09-26 12:56:19 +02:00
Miguel@light.local
3b774da463 Changes on NT service for a more faster stop of the service on Win2k
and free the main thread of the service.
2001-09-25 01:13:19 -03:00
tonu@volk.internalnet
d6fb40171b SSL parser changes to allow SSL specific GRANT commands 2001-09-22 22:32:43 +08:00
sasha@mysql.sashanet.com
21424657e4 merged replication fixes from 3.23 2001-08-15 15:57:47 -06:00
tfr@sarvik.tfr.cafe.ee
318893e464 manual.texi:
Added mirror in Hong Kong
2001-08-15 16:37:54 +02:00
sasha@mysql.sashanet.com
7267133886 merged 2001-08-11 17:28:41 -06:00
sasha@mysql.sashanet.com
89ac8682dd Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-08-11 17:08:21 -06:00
tim@black.box
a1a834a650 Embedded mysql fixes.
There is now a mysql_server_init() function which needs to be
called at the beginning of the program (and _end() for the end
of the program).  This routine handles argument parsing for the
embedded server.

Use the embedded version of mysql_load_file() (ignore the LOCAL
argument, since the client and server are the same program).

There are now mysql_thread_init/end() functions for the client
to use in a multi-threaded app.  They are just wrappers for
my_thread_init/end().
2001-08-10 12:37:36 -04:00
monty@hundin.mysql.fi
8a9d6072fa merge 2001-08-10 17:47:05 +03:00
monty@bitch.mysql.fi
410faef67e Fixed bug in ALTER TABLE for MERGE tables
Portability fixes
Fixed problem when giving wrong arguments to myisam_recover
Fix to remove warnings when using purify
2001-08-10 17:05:54 +03:00
serg@serg.mysql.com
dfb3e31ce9 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-08-10 12:31:32 +02:00
tim@bitch.mysql.fi
934f3acca4 acinclude.m4:
Paste the libtool.m4 from libtool version 1.3.4
  into aclinclude.m4; this should make our configure
  work even when the user has libtool version 1.4
  installed.  This should be removed, and everyone
  should upgrade to libtool 1.4; until then, this is
  a quick hack to make things work.
2001-08-10 01:04:43 +03:00
tim@work.mysql.com
251fb37b9f Merge work.mysql.com:/home/bk/mysql into work.mysql.com:/home/tim/my/3 2001-08-09 21:24:11 +02:00
jcole@tetra.spaceapes.com
fe9b97848a Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/home/jcole/bk/mysql
2001-08-09 13:17:51 -05:00
heikki@donna.mysql.fi
6e553a2c65 btr0cur.c Improve range size estimate for big ranges
ha_innobase.cc	Fix Sort aborted bug
2001-08-09 20:41:20 +03:00
tim@work.mysql.com
bbb40f5b03 logging_ok Logging to logging@openlogging.org accepted
ltmain.sh	Don't add -lc to deplibs on FreeBSD.
2001-08-09 19:10:24 +02:00
jani@hynda.mysql.fi
44722151fd Added new optino --sql-mode to mysqld. 2001-08-09 18:51:38 +03:00
tonu@x153.internalnet
7306a9ce21 Hong Kong mirrors information updated 2001-08-03 02:10:36 +08:00
tonu@x153.internalnet
e1fa72edef Merge work.mysql.com:/home/bk/mysql-4.0
into x153.internalnet:/home/tonu/mysql-x
2001-07-24 15:00:36 +08:00
tonu@x153.internalnet
85c287a439 OpenSSL fixes. Should not affect anything else. 2001-07-24 14:07:46 +08:00
serg@serg.mysql.com
0bbd660c99 merged 2001-07-12 14:58:20 +02:00
davida@isil.mysql.com
e76205f509 Include latest GPL and LGPL texts from fsf.org 2001-07-11 13:32:32 +02:00
jcole@tetra.spaceapes.com
2029bd432b Corrected misleading syntax example. 2001-07-10 15:57:23 -05:00
sasha@mysql.sashanet.com
6bedc85977 merged 2001-07-07 15:17:25 -06:00
tim@white.box
8f2c07e2a6 Merge work.mysql.com:/home/bk/mysql into white.box:/home/tim/my/3 2001-06-29 15:28:50 -04:00
miguel@light.local
373e2c4ad1 Merge miguel@work.mysql.com:/home/bk/mysql
into light.local:/home/miguel/bk/mysql
2001-06-29 05:18:58 -03:00
miguel@light.local
bd4c70b813 Completed the translation for the errmsg.txt Spanish file. 2001-06-29 05:15:54 -03:00
sasha@mysql.sashanet.com
242037992f merged with 3.23 replication updates 2001-06-28 19:48:49 -06:00
sasha@mysql.sashanet.com
5f64b1a79d chmod +x on post-incoming trigger 2001-06-28 18:41:51 -06:00
sasha@mysql.sashanet.com
2e4d264c27 fixed message in post-commit trigger
added debugging options to master to behave sporadically, and a 
test case to make sure the slave can deal with it
2001-06-28 18:22:29 -06:00
tim@white.box
58766d3a90 Merge work.mysql.com:/home/bk/mysql into white.box:/home/tim/my/3 2001-06-28 17:39:53 -04:00
monty@work.mysql.com
545e596ef7 merge 2001-06-28 14:51:18 +02:00
tim@white.box
5ed2cf7dbe Implement ORDER BY DESC optimization, which reads values in descending
order directly from the index instead of using a filesort.
2001-06-28 03:06:23 -04:00
paul@central.snake.net
a3208140f9 manual.texi add LIKE example illustrating case sensitivity. 2001-06-27 18:21:42 -05:00
sasha@mysql.sashanet.com
86d88318f5 BitKeeper/triggers/post-commit
fixed post-commit message
mysql-test/t/check.test
    fixed bug from 3.23 merge
2001-06-12 14:06:05 -06:00
tim@threads.polyesthetic.msg
696e5ec3ea Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/home/tim/my/3
2001-06-12 11:51:48 -04:00
monty@work.mysql.com
0652902ab5 merge 2001-06-12 14:12:35 +02:00
monty@work.mysql.com
e7d7bcb96d Added --enable-shared to Do-compile 2001-06-12 11:04:31 +02:00
sasha@mysql.sashanet.com
824a3bb406 send a separate commit message to internals
added a test for check table
2001-06-11 20:26:24 -06:00
monty@hundin.mysql.fi
e17764dc79 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-06-11 15:07:43 +03:00
monty@tik.mysql.fi
c973f61ac6 Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql 2001-06-11 15:07:42 +03:00
monty@tik.mysql.fi
1f409baf4c Changed compare in MyISAM to use my_pread()
Fixed that @VAR shows all decimals
Fixed problem with FLUSH TABLES and LOCK TABLE
CREATE ... SELECT now creates keys later
Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
2001-06-11 15:01:28 +03:00