monty@mashka.mysql.fi
fee5128d25
Merge
2002-09-03 16:48:37 +03:00
monty@mashka.mysql.fi
20680f895e
Check if AND/OR expression can be NULL
...
Better fix for ALTER TABLE on BDB tables
(Both of the above fixes are already in 4.0)
2002-09-03 15:53:07 +03:00
serg@serg.mysql.com
27390a8d81
LOCK+modify+OPTIMIZE bugfix
2002-08-31 23:18:08 +00:00
monty@mashka.mysql.fi
184ef91d4c
Merge
2002-08-31 14:41:56 +03:00
paul@teton.kitebird.com
0970e25d26
manual.texi minor fix to 3.23.53 change note
2002-08-28 10:00:48 -05:00
Sinisa@sinisa.nasamreza.org
54594ebca1
Little but nasty bug with BDB and alter table
2002-08-28 16:41:23 +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
65334e1c58
Fix for HPUX 11 and pthread_mutex_lock
2002-08-16 16:50:57 +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
f43ac1046e
Remove 3.23.53 news section until 3.23.52 is tagged.
2002-08-13 10:07:36 +10:00
arjen@fred.bitbike.com
ce61cb54c8
Update docs because of stable tree revert.
2002-08-12 18:24:28 +10:00
arjen@fred.bitbike.com
4861939801
Various little docs fixups.
2002-08-12 14:55:07 +10:00
monty@hundin.mysql.fi
b779b63862
Fixed problem with BIGINT and shutdown on AIX
...
Moved IF(test,column,NULL) code to 4.0
Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h.
Removed some CR's in os2 files.
2002-08-12 03:28:02 +03:00
lenz@mysql.com
50958d6237
Moved a News entry from the 3.23.53 section into the 3.23.52 section
...
and removed the 3.23.53 News section for now until 3.23.52 is officially
tagged.
2002-08-10 02:08:41 +02:00
Sinisa@sinisa.nasamreza.org
a80d185e40
A change in IF behaviour that several users asked for ...
2002-08-09 23:14:02 +03:00
Sinisa@sinisa.nasamreza.org
04e7beecf5
Fix for a security flaw in database hash
2002-08-07 21:57:32 +03:00
monty@hundin.mysql.fi
5fadf19295
Fixed problem with make distcheck
...
Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
2002-08-06 22:20:11 +03:00
monty@mashka.mysql.fi
274f80626e
Changed initialization of RND() to be less predictable.
...
Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
2002-08-06 03:21:12 +03:00
monty@narttu.mysql.fi
bea3a43b20
merge
2002-08-05 22:18:39 +03:00
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
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
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
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
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
monty@mashka.mysql.fi
f93cb63202
Fixed problem with auto_increment key as not first key part
2002-07-23 02:08:48 +03:00
monty@mashka.mysql.fi
d909f4a551
Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables.
...
code cleanup
2002-07-19 21:57:53 +03:00
Sinisa@sinisa.nasamreza.org
c57d66c587
Fixing slave timeouting
2002-07-16 21:16:34 +03:00
lenz@mysql.com
f07ddef788
Typo fixes, added changelog entry
2002-07-15 13:17:42 +02:00
Sinisa@sinisa.nasamreza.org
d787138991
This is the only way to fix ALTER TABLE bug with BDB
...
I wish I had connection stop / start so that I could have made a
test case.
2002-07-09 14:57:06 +03:00
monty@hundin.mysql.fi
1111a8d6a8
Fixed bug in binary log when using LOAD DATA INFILE without active database.
2002-06-30 23:25:46 +03:00
monty@hundin.mysql.fi
9b42b0a7bc
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-06-29 01:07:11 +03:00
monty@hundin.mysql.fi
3615272269
Fixed copyright in pack_isam.c
2002-06-29 01:06:14 +03:00
Sinisa@sinisa.nasamreza.org
967b5bff37
Small typo as reported by one registered customer
2002-06-26 22:29:54 +03:00
monty@hundin.mysql.fi
0762b00d86
Backported fix from 4.0 which caused core dumps for some complex queries.
2002-06-17 15:00:06 +03:00
monty@hundin.mysql.fi
640abc687c
Fixed mysql_info() result when using INSERT DELAYED
2002-06-05 16:42:07 +03:00
monty@hundin.mysql.fi
e2a116411e
Portability fixes for SCO and HPUX
...
Change TRUNCATE(number) to truncate towards zero for negative numbers
Fix NULL handling for DESCRIBE table_name
2002-05-31 15:22:38 +03:00
monty@hundin.mysql.fi
6d0e43c73b
Renamed stripp_sp -> strip_sp
...
Remove end space from ENUM and SET strings
2002-05-27 23:21:49 +03:00
lenz@mysql.com
145731cbf7
Re-diffed patch against glibc 2.2.5 (the last one was malformed and
...
did not apply)
2002-05-21 11:14:47 +02:00
monty@hundin.mysql.fi
8c3b77451e
Updated assembler code from MySQL 4.0 (to make them work with gcc 3.0)
...
Fixed memory overrun bug in glibc patch
Updated french error messages
2002-05-20 12:11:15 +03:00
monty@hundin.mysql.fi
73392ebee1
Fix bug in CONCAT_WS()
...
Update of glibc patch from MySQL 4.0
2002-05-17 10:50:57 +03:00
monty@hundin.mysql.fi
353fb57b74
New my_gethostbyname_r() handling
...
Changed some status variable names
Fix bug in GRANT ... PASSWORD string
2002-05-16 16:32:51 +03:00
monty@hundin.mysql.fi
14b55bcc72
Fixed bug in datetime range optimization
2002-05-15 01:01:26 +03:00
Sinisa@sinisa.nasamreza.org
24b2d57f9c
DROP DATABASE with symlinks did not work before
2002-05-14 14:42:03 +03:00