Commit graph

2091 commits

Author SHA1 Message Date
monty@mashka.mysql.fi
d69250a969 Fixes and code cleanups after merge with 4.0.3
Warning handling and initial prepared statement handling (last not complete yet)
Changed a lot of functions that returned 0/1 to my_bool type.
GRANT handling now uses read/write locks instead of mutex
Change basic net functions to use THD instead of NET
(needed for 4.1 protocol)
Use my_sprintf instead of sprintf() + strlen()
Added alloc_query() to be able to chare query initialization code with
prepared statements.
Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()

Note that the following test fails (will be fixed ASAP):
sub_select, union, rpl_rotate_logs and rpl_mystery22
2002-10-02 13:33:08 +03: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
arjen@george.bitbike.com
e8461d6d55 Grammar fix.
B-Tree explanation fix (from Peter Zaitsev).
2002-08-27 08:05:38 +10:00
paul@teton.kitebird.com
a56631a7ca manual.texi misc. minor corrections 2002-08-26 11:28:04 -05:00
paul@teton.kitebird.com
10416c1be5 manual.texi fix typos 2002-08-24 22:34:35 -05:00
monty@mashka.mysql.fi
9b67b029ad Portability fix for AIX 4.3 powerpc with gcc 3.2 2002-08-24 16:32:16 +03:00
monty@mashka.mysql.fi
04723cf74d Give better error from reconnect()
Fixed hang in start_slave_threads() when thread dies quickly.
2002-08-24 05:44:16 +03:00
monty@mashka.mysql.fi
d49bf802ec Removed wrong mutex lock (hangup in kill on HPUX)
all free_defaults() on exit in mysql.cc;  Should fix problem with SSL
2002-08-24 02:08:10 +03:00
monty@hundin.mysql.fi
a9c1508d7e merge with 3.23 tree 2002-08-23 15:18:46 +03:00
monty@hundin.mysql.fi
3ee79d3a50 Fixed bug in mysqld when using configure --localstatedir 2002-08-23 10:33:18 +03:00
monty@hundin.mysql.fi
d3484f889a Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-23 02:50:04 +03:00
monty@hundin.mysql.fi
c7499a1039 Portabilityfix in mysqladmin.c
Fix when using --localstatedir
Cleaned up mysql.server
2002-08-23 02:48:52 +03:00
arjen@fred.bitbike.com
da87c43c07 Fix changed URL on MySQL website. 2002-08-23 07:52:04 +10:00
arjen@fred.bitbike.com
e2cc7f9cf7 Fixed URL (from JimW). 2002-08-22 14:00:20 +10:00
arjen@fred.bitbike.com
f04c4fd428 Add a few common synonyms to aid searching:
DROP: delete, ALTER: change, column: field.
2002-08-22 12:15:50 +10:00
jani@rhols221.adsl.netsonic.fi
f922064d73 Updated changelog section. 2002-08-22 02:54:12 +03:00
monty@hundin.mysql.fi
510ce83799 merge 2002-08-21 22:12:13 +03:00
monty@hundin.mysql.fi
03b0179af9 Use our version of RWLOCKS on UNIXWARE 7
More DBUG info for replication
Better error messages from replication
Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
Removed warning when setting an AUTO_INCREMENT field to NULL
2002-08-21 22:04:22 +03:00
arjen@fred.bitbike.com
0989224bf0 Licensing info clarified/updated (from David). 2002-08-21 09:58:51 +10:00
arjen@fred.bitbike.com
d6f99ffdf3 Typo fixed (spotted by Thomas Spahni). 2002-08-21 09:08:44 +10:00
arjen@fred.bitbike.com
1975c8264d Various fixes/updates.
Specifically mention Ruby in list of APIs (noted by Markus Jais).
2002-08-21 08:26:38 +10:00
arjen@fred.bitbike.com
8536692d1c Remove trailing space in @node lines (JimW). 2002-08-20 12:22:15 +10:00
paul@teton.kitebird.com
ed2c852579 manual.texi fix typos 2002-08-19 12:10:45 -05:00
paul@teton.kitebird.com
58e211b667 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-19 09:05:40 -05:00
jani@hynda.(none)
706bae5cf2 A compatibility fix in my_getopt for boolean variables. All of
these work now and do the same thing: --lower-case-table-names,
--lower-case-table-names=1, -O lower-case-table-names=1,
--set-variable=lower-case-table-names=1
2002-08-19 16:27:59 +03:00
paul@teton.kitebird.com
a100317499 manual.texi fix option name typo
manual.texi	fix typo
2002-08-18 22:38:00 -05:00
monty@hundin.mysql.fi
a5edb20042 Fixed timing problem with rpl000001 replication test.
Fixed configure problems with HPUX and openbsd
SHOW SLAVE STATUS returns empty set if slave is not initialized
SHOW MASTER STATUS returns empty set if binary logging is not enabled.
Fixed shutdown problem on Solaris.
2002-08-18 16:04:26 +03:00
paul@teton.kitebird.com
74f5799f5b manual.texi fix missing word 2002-08-17 18:26:38 -05:00
monty@hundin.mysql.fi
f7c8bd0e47 Portability fixes for 4.0.3 build.
Don't update MyISAM index file on UPDATE if index is not changed
2002-08-17 18:02:56 +03:00
monty@hundin.mysql.fi
ca2e3aacff Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-17 05:23:17 +03:00
paul@teton.kitebird.com
d2b61a78a0 manual.texi begin to clean up the SSL section 2002-08-16 17:29:35 -05:00
monty@hundin.mysql.fi
339be73c05 Merge hundin.mysql.fi:/my/mysql-3.23
into hundin.mysql.fi:/my/bk/mysql-4.0
2002-08-17 00:43:39 +03:00
monty@hundin.mysql.fi
5ec63477ca merge 2002-08-17 00:39:58 +03:00
monty@hundin.mysql.fi
5773b6504a Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in client code)
Fixed bug in SELECT DISTINCT ... ORDER BY not-used-column.
Fixed bug in pthread_mutex_trylock with HPUX 11.0
2002-08-17 00:35:51 +03:00
Sinisa@sinisa.nasamreza.org
8160291c6e Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-08-16 20:33:23 +03:00
Sinisa@sinisa.nasamreza.org
c7f86c3373 A fix for bigints with quoted constants ..
Same princpile can be applied to other expressions
2002-08-16 20:31:48 +03:00
paul@teton.kitebird.com
f5bf15004c manual.texi fix typo 2002-08-16 09:28:11 -05:00
monty@hundin.mysql.fi
65334e1c58 Fix for HPUX 11 and pthread_mutex_lock 2002-08-16 16:50:57 +03:00
monty@hundin.mysql.fi
5ff30464a6 merge with 3.23.53
New fix for pthread_mutex_trylock for HPUX 10.20
2002-08-16 14:41:22 +03:00
monty@hundin.mysql.fi
b8e611b464 Fix after merge 2002-08-16 13:36:13 +03:00
monty@hundin.mysql.fi
0bb3a632a0 merged changelog 2002-08-16 12:58:02 +03:00
monty@hundin.mysql.fi
a0e9e22320 Fixed typo so that ulonglong are properly converted to double on AIX with gcc 3.1 2002-08-16 12:50:21 +03:00
lenz@mysql.com
f321098ad2 - Tagged 3.23.52 release
- Added 3.23.53 News section to the manual
 - Updated version number in configure.in to 3.23.53
2002-08-16 11:04:50 +02:00
arjen@fred.bitbike.com
9e90a915ce Added backtick clarification when backtick char is used. 2002-08-15 15:12:28 +10:00
paul@teton.kitebird.com
b6618e28c7 manual.texi Add missing 's' to -with-extra-charset 2002-08-14 10:12:20 -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
paul@teton.kitebird.com
f0517bde21 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-12 22:48:04 -05:00
arjen@fred.bitbike.com
f43ac1046e Remove 3.23.53 news section until 3.23.52 is tagged. 2002-08-13 10:07:36 +10:00
monty@hundin.mysql.fi
c369d5296f merge (+ multi-table fix) 2002-08-13 02:38:48 +03:00
monty@hundin.mysql.fi
c531b43272 merge with 3.23.52 2002-08-13 02:33:25 +03:00