heikki@hundin.mysql.fi
15dccebb0f
Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613
2004-06-17 13:25:06 +03:00
heikki@hundin.mysql.fi
121f3b7ffc
Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040526164114|35829
2004-06-17 12:40:09 +03:00
heikki@hundin.mysql.fi
3b96c95fdf
srv0que.c:
...
Revert Marko's untested changeset 1.1844.1.6 to the stable 4.0 version; stable 4.0 must NOT BE modified except in case of bugs
srv0que.c, srv0que.h:
new file
2004-06-17 12:35:04 +03:00
heikki@hundin.mysql.fi
bfb0e28499
Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040525171209|56870
2004-06-17 11:57:45 +03:00
heikki@hundin.mysql.fi
46d0e6777c
2004-06-17 11:57:24 +03:00
heikki@hundin.mysql.fi
0db8e42c77
Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20040617084849|64488
2004-06-17 11:53:17 +03:00
heikki@hundin.mysql.fi
918dd73f4f
Cset exclude: guilhem@mysql.com|ChangeSet|20040609132715|17355
2004-06-17 11:48:49 +03:00
heikki@hundin.mysql.fi
8ff57ee469
ut0mem.c:
...
Remove printf's that were accidentally pushed in the last push
2004-06-16 23:46:47 +03:00
heikki@hundin.mysql.fi
0aa9e45e64
ut0mem.h, ut0mem.c:
...
Implement ut_realloc
lexyy.c, pars0lex.l:
Start using ut_malloc, ut_free, ut_realloc in pars0lex.l and lexyy.c; mem_realloc was broken; eliminate possible memcpy(NULL, ..., 0) from string_append()
2004-06-16 23:42:58 +03:00
heikki@hundin.mysql.fi
4a7b9fda98
mem0mem.ic, mem0mem.h:
...
Remove broken mem_realloc(); a patch to remove its uses in pars0lex.l and fil0fil.c will soon follow
2004-06-16 20:24:35 +03:00
marko@hundin.mysql.fi
30606486e7
InnoDB bug fix: mem_realloc() didn't preserve the block contents
2004-06-16 17:22:35 +03:00
marko@hundin.mysql.fi
d2724e66db
InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may
...
be needed when testing production releases
2004-06-16 13:41:14 +03:00
patg@krsna.patg.net
3b34ea8cd0
mysql-copyright:
...
* added 'local $/' to keep from undef-ing $/ (the newline setting) for the whole script
* removed the target dir removal (target dir is not a temp dir!)
* use split to create filelist (cleaner way than using chomp!)
* removed use of chomp because it caused some file names to be mangled
* print out which file is being processed if verbose
mysql-copyright-2:
* added cpp to list of files to be processed (for windows archives)
2004-06-15 23:05:12 -07:00
marko@hundin.mysql.fi
3af839f45a
InnoDB bug fix (row0mysql.c): make reserved table names innodb_* special again
2004-06-15 22:09:09 +03:00
patg@krsna.patg.net
1dd8800278
mysql-copyright -> more fixes to deal with problems in removing temporary tar directory. Had to use cd $WD
vs chdir($WD).
...
Servers.fgl -> made sure all charset files were accounted for (cp 1256 was missing)
2004-06-15 00:12:14 -07:00
gluh@gluh.mysql.r18.ru
c48f6d8cae
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.0
2004-06-11 18:52:27 +04:00
bell@sanja.is.com.ua
0b8d7d8371
test suite for bug Bug#3969 (commited separetely because it took too long time to parse it on 3.23)
2004-06-11 16:25:18 +03:00
patg@krsna.patg.net
3bf0b972f4
mysql-copyright:
...
Small fixes to handle packaging of windows src (commercial) file
2004-06-11 00:40:56 -07:00
monty@mysql.com
30bed1bbf9
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-06-10 16:44:55 +03:00
monty@mysql.com
d28895d042
After merge fix
2004-06-10 16:44:39 +03:00
serg@serg.mylan
3d36d97efb
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-06-10 13:58:32 +02:00
serg@serg.mylan
5647809350
warn about multiple mysqld --user parameters only if their arguments differ
2004-06-10 13:56:58 +02:00
monty@mysql.com
17db9de543
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-06-10 12:36:11 +03:00
monty@mysql.com
ff223db0fe
Merge with 3.23 to get latest bug fixes
2004-06-10 11:59:45 +03:00
monty@mysql.com
c56a16b598
Cleanup
2004-06-10 11:58:16 +03:00
gluh@gluh.mysql.r18.ru
d9d0fe7a1a
Fixed issue with compilation MySQL with OpenSSL
...
if OpenSSL is installed in non-statndart directory
('openssl/opensslv.h: No such file or directory')
2004-06-09 20:02:08 +04:00
guilhem@mysql.com
4bd441850c
Fix for BUG#4038 "rpm postinstall script leaves files as owned by root":
...
the rpm postinstall script must call mysql_install_db with --user=mysql,
and mysql_install_db must then pass this to mysqld. Otherwise, mysqld
runs as root, and if you have --log-bin=somewhere_out_of_var_lib_mysql
it creates binlog files owned by root in this dir, and this dir is not
fixed by the 'chmod mysql', so files remain owned by root, and later mysqld
(running as 'mysql') can't read them.
I'm hardcoding 'mysql' in the postinstall script, but it's already hardcoded
there in many places (see the useradd and chown) so it's ok.
2004-06-09 17:07:11 +02:00
guilhem@mysql.com
9799c5ba33
complement to previous fix (which was for SQLCOM_DROP_DB), for COM_DROP_DB.
2004-06-09 15:27:15 +02:00
guilhem@mysql.com
e76a332165
Fix for BUG#4066 "DROP DATABASE case sensitive even if lower-case-table-names > 0"
2004-06-09 15:22:31 +02:00
serg@serg.mylan
7fb04c4f5f
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-06-09 00:08:50 +02:00
serg@serg.mylan
a8a8da3920
different (simpler and more compatible) fix for bug#4046
2004-06-09 00:08:24 +02:00
patg@krsna.patg.net
946ebdd7d2
see notes for mysql-copyright scripts
2004-06-08 13:36:32 -07:00
patg@krsna.patg.net
8583561906
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into krsna.patg.net:/home/patg/mysql-4.0
2004-06-08 13:22:31 -07:00
wax@mysql.com
27f269c868
BUG#3439 problem with UDF functions
2004-06-08 12:35:22 +06:00
gluh@gluh.mysql.r18.ru
5725831c73
Fix for bug #4036 multiple SELECT DATE_FORMAT, incorrect results
2004-06-07 20:35:05 +04:00
serg@serg.mylan
5d947f7b97
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-06-07 12:39:26 +02:00
serg@serg.mylan
86e9dc29b0
BUG#3987 - if(int, aggregate(int))
2004-06-07 12:38:35 +02:00
bell@sanja.is.com.ua
73964382a7
removed incorrect destructor (to prevent deleting item by recursion instead of by list scanning in case of chained OR or AND)
2004-06-03 15:38:38 +03:00
paul@teton.kitebird.com
05832cb701
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/bk/mysql-4.0
2004-06-02 13:10:44 -05:00
paul@teton.kitebird.com
b3bc7df185
Touchups to .cnf file comments.
2004-06-02 12:56:26 -05:00
marko@hundin.mysql.fi
82475cfb76
InnoDB cleanup: Remove debug function
...
cmp_debug_dtuple_rec_with_match()
unless #ifdef UNIV_DEBUG
2004-06-02 11:12:04 +03:00
greg@mysql.com
3b313f14f2
Fix applied to allow building of 4.0.20 for NetWare
2004-06-01 19:35:09 -01:00
monty@mysql.com
e13c5d049f
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-06-01 23:35:08 +03:00
monty@mysql.com
5b905beee1
Updated version number
...
Portability fix for netware. (We can't use TRY_RUN when cross compiling)
2004-06-01 23:34:47 +03:00
paul@ice.snake.net
9011bdb4bb
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.0
2004-06-01 14:19:38 -05:00
paul@ice.snake.net
7650da7711
README:
...
Update README URL. (Bug #3678 )
2004-06-01 14:18:34 -05:00
heikki@hundin.mysql.fi
aac5c88bcd
row0mysql.c, row0mysql.h, ha_innodb.cc:
...
Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
2004-06-01 19:19:48 +03:00
jani@a80-186-24-72.elisa-laajakaista.fi
2953c23ab0
Changed --log-warnings to be integer instead of boolean. Given --skip-log-warnings
...
will disable warnings, --log-warnings will increment warning level by one, or the
level can be given as an optional argument. Default level is 1.
Changed aborted connection warning to be logged only if the level is > 1.
2004-06-01 17:29:24 +03:00
bell@sanja.is.com.ua
4c8387706a
correct table_hash_search call
2004-05-31 21:10:15 +03:00
marko@hundin.mysql.fi
df8f605609
InnoDB: Do not get a lock for consistent reads (Bug #3894 )
2004-05-31 16:33:45 +03:00