Commit graph

2467 commits

Author SHA1 Message Date
lenz@mysql.com
1097805cf2 - rename: EXCEPTIONS->EXCEPTIONS-CLIENT 2004-08-05 17:05:11 +02:00
lenz@mysql.com
26f0fdd5e8 - More changes to include the FLOSS License Exception in the
various distributions
2004-08-05 11:22:02 +02:00
lenz@mysql.com
e5cb60dcaa - applied the required changes to create the FOSS License exception
file "EXCEPTIONS" and include it in the source and binary 
   distributions
2004-08-05 01:54:04 +02:00
monty@mysql.com
1e31199995 Merge with 4.1.3-beta 2004-07-07 11:29:39 +03:00
monty@mysql.com
272c3a2669 After merge fixes 2004-05-27 02:50:42 +03:00
pem@mysql.com
bf45960eef Merge 4.1 -> 5.0 2004-05-07 18:52:06 +02:00
monty@mysql.com
59ddd8c738 Fix to handle unsigned data in prepared statements (Bug #3447)
Fixed security problem that password was temporarly reset when someone changed GRANT for a user. (Bug #3404)
Fixed problem with PROCEDURE analyse() and impossible WHERE (Bug #2238)
Don't auto-repair tables in mysqlcheck if table type doesn't support 'check' command.
2004-05-04 15:02:38 +03:00
paul@ice.snake.net
ddb5af729a Attempt to decrease non-English coefficient,
at least slightly.
2004-04-15 11:21:08 -05:00
pem@mysql.com
dfd59e296e Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
serg@serg.mylan
8644896c33 remove obsolete (hopefully) files from Docs/ 2004-04-02 19:09:51 +02:00
serg@serg.mylan
34c28c6bd9 SHOW PRIVILEGES updated (Bug#3227) 2004-03-24 14:44:31 +01:00
pem@mysql.comhem.se
5954e94fa7 Fixed BUG#3259: Stored procedure names are case sensitive.
Procedure names were unintentionally case-sensitive when read from the database
(but case-insensitive when fetched from the cache).
Note that the DB-part of qualified names is still case-sensitive (for consistency
with other usage in mysql).
2004-03-23 12:04:40 +01:00
pem@mysql.comhem.se
ad960d8c12 More corrections of sp-impl-spec.txt and sp-implemented.txt. 2004-01-30 14:02:19 +01:00
pem@mysql.comhem.se
bf66108143 Some minor updates and corrections of sp-implemented.txt. 2004-01-29 13:03:56 +01:00
pem@mysql.comhem.se
7a1fddaa1f Renamed the "schema" column to "db" in mysql.proc to keep it in style with
all the other mysql.* tables.
2003-12-16 19:14:10 +01:00
pem@mysql.comhem.se
7a20e5282e In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general to
make characteristics (and SHOW) work right, we had to separate the old
definition blob in the mysql.proc table into separate fields for parameters,
return type, and body, and handle the characteristics (like SQL SECURITY)
separately... and then reassemble the CREATE string for parsing, of course.
This is rather ugly, mostly the parser bit. (Hopefully that will be better
with the new parser.)
2003-12-12 14:05:29 +01:00
pem@mysql.comhem.se
b27e9d6052 WL#1363: Update the mysql.proc table and add new fields.
Also made the parsing and handling of SP characteristics
more general and extendable, and added a few ch:istics.
2003-12-10 19:05:37 +01:00
pem@mysql.com
63f4858030 Merged 4.1 -> 5.0 2003-12-05 13:11:50 +01:00
lenz@kallisto.local
80deee256c - removed INSTALL-WIN-SOURCE from the BK tree as its content has been
added to manual.texi - extract it from there instead.
2003-12-02 15:56:18 +01:00
pem@mysql.com
6e717133c5 Merge 4.1 to 5.0 2003-12-01 16:14:40 +01:00
monty@mysql.com
ede8169d24 Added missing SSL library (Should be in source distribution)
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
Added a lot of 'version_xxx' strings to 'show variables'
Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
Fixed problem with printing sub selects to debug log
2003-11-28 12:18:13 +02:00
lenz@mysql.com
53bcfb07d3 Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1 2003-11-25 19:20:07 +01:00
lenz@mysql.com
8ff4b768ed - Fixed missing node name 2003-11-25 19:19:20 +01:00
lenz@mysql.com
2dd79b37cf Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1 2003-11-25 19:12:54 +01:00
lenz@mysql.com
ba76560dca - Removed COPYING.LIB from txt_files target in Docs/Makefile.am 2003-11-25 19:11:59 +01:00
serg@serg.mylan
bff0bbeb1f merged 2003-11-25 18:26:53 +01:00
lenz@mysql.com
531eb44301 - Removed COPYING.LIB from all source and binary distributions
after it was removed from manual.texi (where it was automatically
   generated from).
2003-11-25 17:52:12 +01:00
pem@mysql.com
28a2c6a96b Merging 4.1->5.0. 2003-11-19 15:19:46 +01:00
lenz@kallisto.local
578a677468 - internals.texi will now be part of the source distribution. However,
as this is a document that belongs to the mysqldoc tree, it needs to
   be copied over manually (using the Bootstrap script), before doing an
   official release distribution. The file Docs/internals.texi in this tree
   is only a dummy file to keep "make dist" happy.
2003-11-18 16:48:02 +01:00
pem@mysql.comhem.se
e42a724fa7 WL#1265: Fix proper ALTER/DROP support in the SP cache.
New sp_cache C API. When an SP is dropped, old caches (in other threads)
become invalid and are cleared.
Also, the caches in THD are only created on demand.
2003-10-21 12:08:35 +02:00
pem@mysql.telia.com
689bb84f72 WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the
(updated) Protocol_cursor class.
Also did some bug fixes.
2003-10-10 16:57:21 +02:00
pem@mysql.telia.com
04f0570fe8 Implemented SP CONDITIONs and HANDLERs, with the extension of handling
MySQL error codes as well.
(No UNDO HANDLERs yet, and no SIGNAL or RESIGNAL.)
WL#850
2003-09-16 14:26:08 +02:00
pem@mysql.com
7f158dd12a Merge 4.1 into 5.0 2003-08-26 11:51:09 +02:00
monty@mashka.mysql.fi
2263e3e51f Merge with 4.0.14 2003-08-11 22:44:43 +03:00
serg@serg.mylan
86e79ec380 merged 2003-08-07 14:39:34 +02:00
paul@teton.kitebird.com
1f2a95e366 README.1st:
Revise 4.1 Windows-install instructions.
2003-07-29 12:51:24 -05:00
gweir@build.mysql.com
56305765a4 logging_ok:
Logging to logging@openlogging.org accepted
README.1st:
  new file - Readme for Windows distribution
2003-07-29 00:40:50 +02:00
serg@serg.mylan
c46f888fe3 Followup to Jim's changes in mysqldoc tree. Unfortunately, it's too late for 4.0.14 :( 2003-07-28 17:50:06 +02:00
lenz@mysql.com
42d6dea61b - fixed the automatic generation of support-files/MacOSX/ReadMe.txt -
a node name was changed in manual.texi which resulted in a very large
   ReadMe.txt file, as the generating script could not find the (renamed)
   ending node. Fixed the ending node name in Docs/Makefile.am and the 
   Docs/Support/generate-text-files.pl Perl script to make sure this does
   not happen again (I only discovered this because the Do-pkg script was
   not able to add the ReadMe.txt to the Apple Disk image because it ran out
   of disk space due to the size of the file)
2003-07-16 12:06:55 +02:00
pem@mysql.telia.com
9c3a7a6ba3 Merge 4.1 into 5.0 (first pass). 2003-07-08 17:50:23 +02:00
lenz@mysql.com
64a569fd4a - removed all traces of internals.texi from Docs/Makefile.am to avoid
compile problems
2003-05-27 20:22:47 +02:00
lenz@mysql.com
4bd32cae4c - removed internals.texi (has been moved to mysqldoc BK tree) 2003-05-27 18:47:50 +02:00
lenz@mysql.com
a612eeb783 - removed internals.texi (has been moved to the "mysqldoc" BK tree) 2003-05-27 18:34:03 +02:00
arjen@george.bitbike.com
738b075366 Deleted internals.texi (moved to mysqldoc tree - Monty req). 2003-05-27 15:31:18 +02:00
monty@mashka.mysql.fi
68a159b1fa New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character set 2003-05-26 19:01:20 +03:00
monty@narttu.mysql.fi
dd2b7918cd Merge with 4.0.13 2003-05-19 16:35:49 +03:00
pem@mysql.com
35c82164f6 Merged 4.1 to 5.0. 2003-04-29 12:06:04 +02:00
lenz@mysql.com
75c5ebe659 - minor fixups (no more warnings)
- the preferred mailing list is internals@ not dev-public@
   (this is a public document)
 - Rather use the 4.1 tree for new development (4.0 is frozen)
2003-04-29 09:52:14 +02:00
peterg@mysql.com
208fec78b2 Update PeterG's internals documentation per comments from
Monty; minor changes only.
2003-04-28 18:52:04 -07:00
peterg@mysql.com
31b6144550 Updated PeterG's internals documentation per comments from
Monty; clarified differences between the MySQL library 
directories.
2003-04-28 18:21:06 -07:00
peterg@mysql.com
e600aa8c45 Updated PeterG's internals documentation per comments
from Monty; minor changes only.
2003-04-28 17:20:26 -07:00
peterg@mysql.com
f0d57daf44 Updated PeterG's internals documentation per comments from
Monty; new description of /man subdirectory
2003-04-28 17:13:48 -07:00
peterg@mysql.com
04bf79ce6a Updated PeterG's internals documentation per comments from
Monty; one minor change, plus addition of how HEAP works.
2003-04-28 17:01:19 -07:00
peterg@mysql.com
b86dc22887 Updated PeterG's internals documentation per comments from
Monty; added additional description of MySQL's three types 
of record formats.
2003-04-28 16:40:33 -07:00
monty@mashka.mysql.fi
10d4684336 Added missing dependency to VC++ project file 2003-04-29 00:14:17 +03:00
bell@laptop.sanja.is.com.ua
7f51b1d3e4 Documentation fixed according bug 185 fixing patch (1.1551 03/04/23 00: 2003-04-28 20:40:41 +03:00
lenz@mysql.com
47a8255184 - Fixed some texi errors in internals.texi (still some more left) 2003-04-28 15:59:04 +02:00
peterg@mysql.com
5e8f76c433 Update PeterG's internals documentation per comments from
Monty; minor changes only.
2003-04-26 18:58:55 -07:00
peterg@mysql.com
e63477d6b9 Update PeterG's internals documentation per Monty's comments;
minor changes only.
2003-04-26 16:00:52 -07:00
lenz@mysql.com
8867a6c4a0 - support-files/MacOSX/ReadMe.txt is now autogenerated from the manual
instead of being an individual file to avoid redundancy
2003-04-25 13:02:44 +02:00
peterg@mysql.com
6f28bdee0b Minor changes to PeterG's internals documentation per comments
from Monty.
2003-04-23 13:20:23 -07:00
peterg@mysql.com
e918ea5488 Modify PeterG's internals documentation per Monty. Added
more detailed explanation of record header and column 
storage.
2003-04-23 11:43:30 -07:00
venu@myvenu.com
5ca806f77f Added the missed OK packet status to internals.texi 2003-04-16 16:53:12 -07:00
lenz@mysql.com
faad672620 Distribution cleanups:
- added Dummy file Docs/manual_toc.html to make "make dist" happy if the
   real manual.texi has not been copied into Docs/ (which would make sure
   a "real" manual_toc.html would be created
 - fixed symlinking in the bdb subdirectory (docs are not included anyway)
 - added dist-hook to Makefile.am to remove superfluous SCCS directories
   from the source distribution
2003-04-11 17:07:58 +02:00
pem@mysql.com
736e78251e Merging 4.1 to 5.0. 2003-04-04 13:45:35 +02:00
arjen@george.bitbike.com
5c9ee452e3 gis.txt deleted - updated text merged into manual (mysqldoc tree). 2003-04-04 12:41:58 +10:00
arjen@george.bitbike.com
a7a3a28696 prepare.texi merged into manual (mysqldoc tree), file removed. 2003-04-02 20:12:01 +10:00
pem@mysql.com
c77699ca93 Merged 4.1 into 5.0. 2003-03-27 12:09:11 +01:00
pem@mysql.com
483efba239 Fixed save/restore of current database when calling a procedure. 2003-03-26 15:02:48 +01:00
pem@mysql.com
2578564725 Added IF EXISTS to DROP PROCEDURE|FUNCTION.
Changed another unecessary use of Item_string into LEX_STRING (in sp_pcontext).
2003-03-26 12:29:58 +01:00
monty@narttu.mysql.fi
b883a9c01c Merge with 4.0.12 2003-03-19 22:25:44 +02:00
monty@narttu.mysql.fi
68ca84dbd1 Print right hostname or IP in SHOW PROCESSLIST
Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists
2003-03-19 21:43:41 +02:00
pem@mysql.com
4a171efd6f Merged 4.1 -> 5.0. 2003-03-18 16:12:50 +01:00
monty@narttu.mysql.fi
a434bca704 Merge with 4.0 2003-03-16 19:17:54 +02:00
serg@serg.mysql.com
6ac4944512 texinfo syntax cleanup. 4.1 protocol sections are still too broken for this file to be compiled :( 2003-03-13 12:20:29 +01:00
pgulutzan@linux.local
eda388ed3b Added PeterG's new internals documenation. 2003-03-12 21:35:57 -08:00
pem@mysql.com
df8ac83e56 Updated documentation with the latest FUNCTION stuff. 2003-03-07 10:58:42 +01:00
pem@mysql.com
c4b76c2694 New FUNCTION documentation, and a minor test case modification. 2003-03-03 15:03:19 +01:00
monty@narttu.mysql.fi
9a46698e1e Merge with 4.0.11 2003-02-26 01:03:47 +02:00
lenz@mysql.com
111f4af6a4 - re-added missing reservedwords.texi (disappeared after last merge with
3.23.x) and removed mirrors.texi again
2003-02-24 11:34:41 +01:00
pem@mysql.com
d8c75ec8aa Most of the groundwork for sprint task 729 (implement FUNCTIONs).
Expanded the mysql.proc table, reworked the find/create/drop functions
completely, added new functions for FUNCTIONs (lotta functions here :),
got rid of some unnecessary use of Item_strings while at it. Extended
the parser correspondingly, and fiddled around a bit to make SP FUNCTIONs
coexist with UDFs.
Can now CREATE and DROP FUNCTIONs. Invoking yet to come...
2003-02-21 17:37:05 +01:00
bell@sanja.is.com.ua
7bcf7f9069 Added chapter about subselect transformations 2003-02-19 09:38:08 +02:00
bell@sanja.is.com.ua
b5403e65ca section about SELECT performing 2003-02-18 18:42:30 +02:00
pem@mysql.com
97dc6a528e Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
serg@serg.mysql.com
474d013696 Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-02-13 17:12:52 +01:00
monty@mashka.mysql.fi
3695c64111 Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 2003-02-12 23:18:00 +02:00
lenz@mysql.com
c4cf7e633f (please merge with 4.1 and upwards)
- updated logo to current one
2003-02-12 10:50:18 +01:00
arjen@george.bitbike.com
5dc7fe3bcd Moved template.texi from mysql-4.0 tree to mysqldoc tree. 2003-02-12 14:29:12 +10:00
arjen@george.bitbike.com
c9c9d0b0fb Moved mysql.de.texi from mysql-4.0 tree to mysqldoc tree.
Replaced mysql.de.texi in mysql-4.0 tree with dummy placeholder.
Moved world.sql sample database to mysqldoc tree.
2003-02-12 14:15:04 +10:00
bar@bar.mysql.r18.ru
29e36c5df8 gis.txt:
Updates according to last changes
2003-02-11 16:51:02 +04:00
venu@myvenu.com
cde22b0247 Added all new changes (To be incorporated to main manual before the release) 2003-02-05 22:29:42 -08:00
monty@mashka.mysql.fi
023d6dd39b Merge with 4.0.11 2003-02-04 21:52:14 +02:00
pem@mysql.com
f2d6ec9321 Some new stuff in the Docs/sp-* files, and renamed a few functions in preparation
for future work.
2003-02-04 17:40:18 +01:00
monty@mashka.mysql.fi
303c3e30ab Added charset number to result header 2003-02-04 03:19:19 +02:00
pem@mysql.com
b43d7af60e Added some basic implementation documentation for stored procedures. 2003-02-02 17:49:42 +01:00
monty@mashka.mysql.fi
152f0603e7 Merge with 3.23.56 (Replace manual with 'empty' document)
Fix for bug when using auto_increment column and LAST_INSERT_ID()
2003-01-28 08:51:03 +02:00
lenz@mysql.com
29fafcedb0 - replaced manual.texi with a dummy placeholder file (manual.texi is
now maintained in a separate "mysqldoc" BK source tree) - it will be
   replaced with the correct manual.texi when building the official
   source distribution
 - fixed automake error about reservedwords.texi by moving it to EXTRA_DIST
   instead
2003-01-27 16:28:42 +01:00
lenz@mysql.com
82aca82da0 - added a dummy file "reservedwords.texi" to the BK tree and the Makefiles,
so it's part of the distribution (manual.texi includes this file)
   It will be replaced with the correct one from the mysqldoc tree before
   building the distribution
 - removed generation and inclusion of MIRRORS file, since the mirror list
   is no longer part of manual.texi anyway
 - replaced YFLAGS with AM_YFLAGS in sql/Makefile.am to make automake happy
 - Redirect standard error when checking for dpkg-architecture in ltconfig
   to avoid error message showing during configuration
2003-01-27 13:44:16 +01:00
arjen@george.bitbike.com
caaff55c01 Moved to mysqldoc tree. 2003-01-24 07:41:48 +10:00
venu@myvenu.com
2430b322ba Prepared statements - Doc to be incorporated in manual 2003-01-10 11:18:43 -08:00
monty@mashka.mysql.fi
f8e660d88c merge with 4.0.9
To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
2003-01-09 03:55:26 +02:00
monty@mashka.mysql.fi
89ef355b9e Fix for bug in LOAD DATA INFILE and replication
Fix for SHOW VARIABLES in embedded server
2003-01-08 11:24:39 +02:00
monty@mashka.mysql.fi
f9772317ee merge 2003-01-04 15:40:55 +02:00
monty@mashka.mysql.fi
07daf3169e Merge with 4.0.8 2003-01-03 00:04:33 +02:00
bar@bar.mysql.r18.ru
ae6519bbf7 GIS doc 2002-12-27 11:52:49 +04:00
monty@mashka.mysql.fi
3ca695ea0b Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overruns
Changed long packat handling to check for packets of length 0xffffff.
This does however break packet handling for older clients.
If you are using packets >= 16M then you need to upgrade client and server
after this patch.
2002-12-26 18:26:37 +02:00
monty@mashka.mysql.fi
b5aa9ae0c7 Changed thd variables max_join_size and select_limit to type ha_rows.
This fixed some optimization problems when using -DBIG_TABLES
Portabilty fixes for OpenUnix and HPUX
Added C and C++ version numbers to mysqlbug
2002-12-20 14:58:27 +02:00
vva@eagle.mysql.r18.ru
7050b5eb4d add 'SOUNDS LIKE' syntax 2002-12-14 02:18:14 +04:00
monty@mashka.mysql.fi
5022e56cba Ensure that BEGIN / COMMIT is handled properly if slave dies
Added syntax support for
CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1;
2002-12-11 15:46:39 +02:00
monty@hundin.mysql.fi
cda8c9041f Added 4.1 protocol description 2002-11-10 09:39:00 +02:00
monty@hundin.mysql.fi
b0fae584b9 Portability fixes for HP compiler and HPUX11 2002-11-09 13:26:46 +02:00
serg@sergbook.mysql.com
ecfa37baa5 Merge 2002-11-06 09:52:13 +01:00
monty@hundin.mysql.fi
5333cfb429 Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2
Some simple optimizations
2002-11-05 22:45:42 +02:00
serg@sergbook.mysql.com
d4783821ba merged 2002-11-05 17:10:31 +01:00
monty@hundin.mysql.fi
685dba5bac Fix to get core file on Linux 2002-11-05 00:04:36 +02:00
monty@hundin.mysql.fi
2bcd60e113 Merge 2002-10-31 10:44:20 +02:00
monty@mashka.mysql.fi
bb7f37ab2e merge 2002-10-29 23:54:37 +02:00
monty@mashka.mysql.fi
5343d4c969 Added --skip-safemalloc to mysqltest
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
Small change in EXCHANGE output
Propagate open-files-limit from mysqld_safe -> mysqld
Fixed speed bug in GROUP BY
Added quotes around database name in CREATE DATABASE db_name (for binary log)
2002-10-29 22:56:30 +02:00
monty@hundin.mysql.fi
1e0538324d Added back old LARGEFILE handling
Fixed reference to freed memory in acl_init()/grant_init()
Fixed possible memory leak. (Could only happen in very strange circumstances)
Fixed bug in ALTER TABLE with BDB tables
Updated mysql-test for valgrind
2002-10-29 21:59:03 +02:00
monty@mashka.mysql.fi
c104f57df0 Updated changelog 2002-10-29 21:30:34 +02:00
Sinisa@sinisa.nasamreza.org
171f8c014a finally pushing what I could not due to BK problems 2002-10-28 17:04:18 +02:00
serg@serg.mysql.com
dede6634f6 merged 2002-10-25 21:15:52 +00:00
monty@hundin.mysql.fi
36afa9a96e Fixed problem with BDB tables and ALTER TABLE 2002-10-24 01:29:29 +03:00
monty@hundin.mysql.fi
2f72277933 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-10-20 09:06:22 +03:00
monty@hundin.mysql.fi
cd38c07dc9 Fixed Changelog 2002-10-20 08:58:48 +03:00
Sinisa@sinisa.nasamreza.org
4175461c00 Small code improvement in multi-table updates 2002-10-17 21:25:24 +03:00
jani@rhols221.adsl.netsonic.fi
562b17185a Added notes about --set-variable being deprecated since MySQL 4.0 2002-10-17 20:03:31 +03:00
pem@mysql.com
98c4101b6e Added Change note about the fixed join parsing, allowing (removing) braces. 2002-10-17 10:58:30 +02:00
monty@hundin.mysql.fi
26b1bbdbd1 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-10-16 16:34:29 +03:00
monty@hundin.mysql.fi
67d3cd643b Merge with 3.23.54 2002-10-16 13:11:25 +03:00
monty@hundin.mysql.fi
b4343ba939 Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL; 2002-10-16 10:32:45 +03:00
arjen@fred.bitbike.com
8c85663c55 Name fix. 2002-10-16 08:09:55 +10:00
monty@hundin.mysql.fi
3712931cc6 Fixed bug in ORDER BY ... LIMIT 2002-10-15 16:47:55 +03:00
monty@hundin.mysql.fi
302a43f095 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-10-14 17:13:45 +03:00
monty@hundin.mysql.fi
68963e91b2 Fixed a bug in key optimizing handling where the expression
WHERE column_name = key_column_name was calculated as true
for NULL values.
2002-10-14 17:04:12 +03:00
monty@hundin.mysql.fi
00e86fb5cc Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
Don't initalize memory areas when run with --skip-safemalloc.
2002-10-13 23:42:37 +03:00
lenz@mysql.com
b8a8c5e3db Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-automake
2002-10-13 16:58:20 +02:00
lenz@mysql.com
79ab39ec94 - replaced Docs/LICENSE with Docs/MySQLEULA.txt
- Updated scripts/make_binary_distribution and scripts/mysql-copyright*
   accordingly
2002-10-13 16:57:33 +02:00
lenz@mysql.com
b7a83743ff - fixed formatting in MySQLEULA.txt 2002-10-13 16:53:19 +02:00
lenz@mysql.com
d8f843a779 - Tagged ChangeSet 1.1224 as "mysql-3.23.53"
- bumped up version number to 3.23.54 in configure.in
 - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
   scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
   accordingly.
2002-10-13 16:26:28 +02:00
Sinisa@sinisa.nasamreza.org
7ba2242803 Two bug fixes 2002-10-12 21:36:39 +03:00
monty@hundin.mysql.fi
9b1d5b6f5f Fixed bug where we could reference a freed tmp_table->table_name variable for some
GROUP BY ... ORDER BY queries.
2002-10-12 12:38:48 +03:00
lenz@mysql.com
023be8ac53 - added missing changelog entry to manual.texi 2002-10-09 22:16:40 +02:00
lenz@mysql.com
3805a5edfe - removed some redundant version numbers for certain GNU tools required
from manual texi
2002-10-09 21:18:19 +02:00
lenz@mysql.com
5c0d195a5b Merge 2002-10-09 21:03:59 +02:00
serg@serg.mysql.com
1de40b6426 changelog updated 2002-10-09 19:03:58 +00:00
lenz@mysql.com
e4a3efa29d - minor fixes and documentation for the update to automake 1.5
- currently, "make distcheck" fails - this needs to be investigated
   before the next release
2002-10-09 20:54:47 +02:00
lenz@mysql.com
6851efff03 - Fixed typo in 3.23.53 changelog entry in manual.texi 2002-10-09 13:50:48 +02:00
monty@hundin.mysql.fi
352fcd458f Fixed bug in LOCK TABLES on windows. 2002-10-09 12:05:22 +03:00
tfr@beta.frontier86.ee
57486309c7 Merge tfr@work.mysql.com:/home/bk/mysql-4.0
into beta.frontier86.ee:/stuff/bk/mysql-4.0
2002-10-08 21:14:46 +03:00