1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-27 05:56:07 +03:00
Commit Graph

2476 Commits

Author SHA1 Message Date
monty@narttu.mysql.fi
b3d3d3c2e6 Changelog 2002-08-05 18:53:49 +03:00
monty@mashka.mysql.fi
621b5da80e Fixed bug with GROUP BY on NULL fields.
(Merge of code from 4.0)
2002-08-05 18:10:53 +03:00
monty@mashka.mysql.fi
8a38deea44 merge 2002-08-05 13:15:39 +03:00
monty@mashka.mysql.fi
d050c30d42 Added some mutex locks to make SLAVE START and SLAVE STOP thread safe. 2002-08-05 13:09:12 +03:00
paul@teton.kitebird.com
596c3fc549 manual.texi restrict scope of a mysql.server comment 2002-08-04 22:39:53 -05:00
paul@teton.kitebird.com
773636ed01 manual.texi Add a couple of missing change notes for
manual.texi	mysqldump -X bug fixes (3.23.50, 3.23.51)
2002-08-03 18:37:17 -05:00
paul@teton.kitebird.com
413b0f68ac manual.texi remove overlap between server-side and client-side
manual.texi	intro sections
2002-08-03 18:17:22 -05:00
Sinisa@sinisa.nasamreza.org
0bf9de2605 Fixed a problem with privilege tables when downgrading from 4.0.2
to 3.23
2002-08-03 17:21:21 +03:00
Sinisa@sinisa.nasamreza.org
d858c08b83 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-08-03 16:09:44 +03:00
Sinisa@sinisa.nasamreza.org
1ac7e54b73 Two small bug fixes ... 2002-08-03 15:59:41 +03:00
paul@teton.kitebird.com
f1749ef761 manual.texi tweaks 2002-08-01 16:57:59 -05:00
paul@teton.kitebird.com
b2b0b4dbb3 manual.texi tweaks 2002-08-01 16:47:10 -05:00
paul@teton.kitebird.com
9b77fbdeda manual.texi fixups for mysqld_multi section 2002-08-01 09:55:26 -05:00
arjen@fred.bitbike.com
f582a4637c Clarified lower_case_table_names behaviour for 4.0.2 2002-08-01 08:41:53 +10:00
Sinisa@sinisa.nasamreza.org
095ae499c0 bk resolve 2002-07-31 19:57:16 +03:00
Sinisa@sinisa.nasamreza.org
aa7231af18 A bug with tables with different ref_length's whose order is
changed in table initialization
2002-07-31 19:53:06 +03:00
monty@hundin.mysql.fi
6899a4e30b Fixed wrong printf() string in InnoDB
Removed some compiler warnings regarding 'static' from InnoDB
2002-07-31 18:02:24 +03:00
serg@sergbook.mysql.com
dbc266ee55 Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-07-31 16:40:52 +02:00
serg@sergbook.mysql.com
755f55e321 News updated 2002-07-31 16:39:52 +02:00
paul@teton.kitebird.com
f3dbdca987 manual.texi clarify measurement of long_query_time. 2002-07-31 09:04:53 -05:00
monty@hundin.mysql.fi
4a88835a1d Merge 2002-07-31 16:47:58 +03:00
monty@hundin.mysql.fi
6930e114a1 Changelog update 2002-07-31 16:43:48 +03:00
paul@teton.kitebird.com
a601a95167 manual.texi There is no CREATE ... INSERT.
manual.texi	Transactions comprise statements, not the other way around
2002-07-30 14:10:26 -05:00
paul@teton.kitebird.com
a6b608dcd6 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-07-30 09:35:37 -05:00
arjen@fred.bitbike.com
5fefb8d30a A few DocBook fixups. 2002-07-30 14:22:11 +10:00
paul@teton.kitebird.com
f1a176d797 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-07-29 09:00:43 -05:00
monty@mashka.mysql.fi
d686ef729f Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows
Changed name of variables
NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS
RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS
to avoid confusion with 'not...' variables.
Write name of adminstrator command to slow log.
Added mysqldumpslow to RPM
2002-07-29 09:35:25 +03:00
arjen@fred.bitbike.com
838a7123c3 British spelling style fixups. 2002-07-29 13:07:25 +10:00
bell@sanja.is.com.ua
7abb0b0d47 change log entry about previous bugfix. 2002-07-28 23:46:38 +03:00
paul@teton.kitebird.com
f6afbb5dda manual.texi fix a couple of index entries 2002-07-27 17:26:02 -05:00
paul@teton.kitebird.com
28142456bf manual.texi couple of minor touchups 2002-07-27 10:12:33 -05:00
paul@teton.kitebird.com
7703a8be4d manual.texi point out just how powerful the Windows local anonymous
manual.texi	user really is.
2002-07-27 10:10:39 -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
paul@teton.kitebird.com
bdc0ff6be0 manual.texi an -> a. Sheesh. 2002-07-25 14:01:49 -05:00
paul@teton.kitebird.com
c040c7ef1a manual.texi fix glitch in time value description 2002-07-25 10:43:33 -05:00
arjen@fred.bitbike.com
cfc21e2a18 Arjen's LN()/LOG()/LOG2() extensions into manual (with improvements). 2002-07-25 17:04:13 +10:00
arjen@fred.bitbike.com
97a62ca4e7 Added ROLLUP/CUBE to 4.1 todo list. 2002-07-25 16:46:53 +10:00
paul@teton.kitebird.com
ab5e1ef07c manual.texi fix typos 2002-07-24 21:57:49 -05:00
paul@teton.kitebird.com
69a1952565 manual.texi Clarify (?) INSERT ...VALUES(DEFAULT) 2002-07-24 17:26:05 -05:00
monty@mashka.mysql.fi
b126501bf3 Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-07-25 01:06:04 +03:00
monty@mashka.mysql.fi
e701333bbf INSERT ... VALUES(DEFAULT) 2002-07-25 01:00:56 +03:00
paul@teton.kitebird.com
1f5276d389 manual.texi fix typo 2002-07-24 12:12:34 -05:00
paul@teton.kitebird.com
1f5573d81e manual.texi fix typo 2002-07-24 12:09:46 -05:00
monty@mashka.mysql.fi
c702a1f8fd Removed wrong implementation of CUBE/ROLLUP
Fixed bugfix of INSERT ... SET db_name.table_name.column_name
Changed locking to external-locking
Fix client hangup for some invalid SQL queries.
2002-07-24 19:55:08 +03:00
monty@mashka.mysql.fi
00089b8148 Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-07-23 22:09:54 +03:00
monty@mashka.mysql.fi
fc7f7a2110 Small fixes after merge 2002-07-23 22:08:37 +03:00
paul@teton.kitebird.com
2bfd7c7357 manual.texi change note mods, 4.0.x. 2002-07-23 13:31:38 -05:00
monty@mashka.mysql.fi
4233d3a3d4 merge 2002-07-23 20:39:36 +03:00
monty@mashka.mysql.fi
dddc20d9d1 New SET syntax & system variables.
Made a some new buffers thread specific and changeable.
Resize of key_buffer.
AUTO_COMMIT -> AUTOCOMMIT
Fixed mutex bug in DROP DATABASE
Fixed bug when using auto_increment as second part of a key where first part could include NULL.
Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
Don't write message to error log when slave reconnects becasue of timeout.
Fixed possible update problem when using DELETE/UPDATE on small tables
(In some cases we used index even if table scanning would be better)
A lot of minior code cleanups
2002-07-23 18:31:22 +03:00
monty@mashka.mysql.fi
f93cb63202 Fixed problem with auto_increment key as not first key part 2002-07-23 02:08:48 +03:00