Commit graph

715 commits

Author SHA1 Message Date
monty@rescue.
d84c0990fd Merge work:/home/bk/mysql-4.0 into rescue.:/my/bk/mysql-4.0 2002-09-05 14:00:05 +03:00
monty@rescue.
9bf7011c6f Extend InnoDB key length to 1024 2002-09-05 13:47:41 +03:00
heikki@work.mysql.com
516cc0bd61 ha_innodb.cc Test a new clone 2002-09-04 18:00:58 +02:00
hf@bisonxp.(none)
6e4eda354c Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
into bisonxp.(none):/home/hf/work/mysql-4.1
2002-09-02 17:22:41 +05:00
serg@serg.mysql.com
b962da9aab merged 2002-08-31 23:38:10 +00:00
monty@narttu.mysql.fi
7134ffec21 Merge with 4.0.3
Some simple optimzations, more comments and indentation changes.
Add ` around database in 'use database' in binary log.
Moved max_error_count and max_warning_count to variables struct.
Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls.
Changed string functions to use character set of first string argument as default return characterset
(Each string function can change the above assumption if needed)
2002-08-30 12:40:40 +03:00
nick@mysql.com
89ea5ee620 Added sync_slave_with_master [connection].
Equivalent to:
save_master_pos; connection slave; sync_with_master;
2002-08-29 12:08:54 -06:00
paul@teton.kitebird.com
0970e25d26 manual.texi minor fix to 3.23.53 change note 2002-08-28 10:00:48 -05:00
miguel@hegel.br
8c71a53b9c Small fixes 2002-08-27 10:55:12 -03:00
arjen@fred.bitbike.com
e6f4e3939b merge 2002-08-15 15:09:51 +10:00
arjen@fred.bitbike.com
1c5feb19e4 Little clarification in post-commit script. 2002-08-15 14:59:14 +10:00
bar@bar.mysql.r18.ru
12bdcaca55 Fix 2002-08-14 13:08:09 +05:00
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
hf@bisonxp.(none)
253c641900 Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
into bisonxp.(none):/home/hf/work/mysql-4.1
2002-08-03 20:26:44 +05:00
nick@mysql.com
0c481e7b44 Some updates to the logging section. 2002-08-03 00:54:19 -06:00
bar@bar.udmsearch.izhnet.ru
92f3644480 Rows order has been made more explicit 2002-07-29 17:34:20 +05: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
WAX@sergbook.mysql.com
1966f4b839 CREATE ... SELECT extension (WL 317) 2002-07-20 16:36:56 +02: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
ram@ram.(none)
5d62bde738 Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
into ram.(none):/home/ram/work/mysql-4.1.spatial
2002-07-10 12:46:01 +05:00
zgreant@mysql.com
d44f1a4f9d Minor typo corrections and documenation improvements. 2002-07-09 22:14:07 -06:00
hf@bisonxp.(none)
d8c94e942b Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
into bisonxp.(none):/home/hf/work/mysql-4.1
2002-07-09 10:42:24 +05:00
hf@bisonxp.(none)
bc7e8b0915 Minor fixes 2002-07-09 10:39:22 +05:00
walrus@mysql.com
86a01b39ef server-cfg.sh remove %smds, remove conversation from date to int for mysql,
server-cfg.sh	set bdb as transactional
2002-07-03 07:17:35 +02: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
hf@bison.(none)
cc6407f1a5 Resolving of conflicts from pull 2002-06-17 17:14:20 +05:00
hf@bison.(none)
ede6ba5621 Removing net emulation out of embedded library 2002-06-17 16:24:51 +05: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
venu@myvenu.com
75959e6e26 Client-Server Protocol 4.1 changes - Client side:
- Support of prepared execution
  - Support of Original Table and Column names
  - Support of direct transactional API
  - And lot of misc handling

  (Note that, the pull will not work, unless you have the Server side changes also which will be followed by this commit)
2002-06-12 13:47:32 -07: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