serg@serg.mylan
7d2b0a0ce7
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-09-03 15:40:19 +02:00
kostja@oak.local
36dd82c1d5
merge commit, hope that none of bar and dlenev changes were
...
lost.
2003-09-03 14:12:10 +04:00
serg@serg.mylan
755455e15c
merged
2003-09-03 12:07:18 +02:00
monty@narttu.mysql.fi
60dd8a2c4f
hanged UDF interface to use clear() instead of reset()
2003-08-27 22:30:50 +03:00
serg@serg.mylan
8424aec8db
added support for --libs_r
2003-08-22 23:41:56 +02:00
monty@mashka.mysql.fi
4f7512160b
After merge fixes
...
Use server character set if --default-character-set is not used
Added convert_string() for more efficient alloc+character-set convert of strings
2003-08-19 00:08:08 +03:00
monty@mashka.mysql.fi
2263e3e51f
Merge with 4.0.14
2003-08-11 22:44:43 +03:00
lenz@mysql.com
d5547ad13b
- some fixed for make_win_src_distribution to work properly
2003-08-07 18:54:59 +02:00
greg@gcw.ath.cx
e177eba89b
New option for Bootstrap: -w | --win-dist to create Windows source package
2003-08-07 01:14:45 -04:00
greg@gcw.ath.cx
d527253d04
Copied Venu's make_win_src_distribution script from 4.1 tree
2003-08-06 22:57:14 -04:00
lenz@mysql.com
3d5d56cea9
- try harder to obtain the FQDN with "hostname -f", if possible (BUG#897)
...
Unfortunately the returned value of "hostname" is inconsistent on
various platforms - some return the host name only, others return the
FQDN by default. On Linux, one can use option "-f" to enable the output
of the FQDN. Use it, if available.
2003-08-06 12:13:08 +02:00
lenz@mysql.com
216ca1e15d
- fixed BUG#968 ("test: argument expected" error) - thanks to Alex Kiernan
...
for the patch
2003-08-01 10:09:23 +02:00
kostja@oak.local
9f98b79e3a
Merge oak.local:/home/kostja/mysql/mysql-4.1-root
...
into oak.local:/home/kostja/mysql/mysql-4.1
2003-07-18 11:53:50 +04:00
vva@eagle.mysql.r18.ru
e76d784864
fixed bug with location of mysql_create_sytem_tables
2003-07-17 12:15:41 -04:00
lenz@mysql.com
ca8831e1ad
- removed options sort_buffer and key_buffer from calls to (my)isamchk
...
in mysqld_safe (commented out by default), to not override any options
defined in my.cnf (thanks to Axel Schwenke from Jobpilot.de for the
suggestion)
2003-07-15 12:50:17 +02:00
guilhem@mysql.com
2ca501f7ea
Fix for BUG#812
...
"mysqlhotcopy fails to copy tables but does not indicate a failure"
("does not indicate a failure");
this is about "mysqlhotcopy fails to copy tables".
2003-07-10 16:03:29 +02:00
lenz@mysql.com
7326dcbf23
- Fixed mysqlhotcopy to actually abort if copying the tables failed.
...
(BUG#812)
2003-07-08 23:29:55 +02:00
paul@teton.kitebird.com
a5a3eb9439
mysqlhotcopy.sh:
...
Undo serg's patch that used my_print_defaults,
and instead simply do not define $opt{user}.
This allows the script to use option files properly.
2003-07-08 11:25:46 -05:00
serg@serg.mylan
dbf893fbd4
added missing ~/.my.cnf support to mysqlhotcopy (bug #808 )
2003-07-08 17:27:22 +02:00
jani@rhols221.adsl.netsonic.fi
fe025d40c4
Fixed a compatibility bug in mysqlhotcopy between different
...
versions of DBD. New mysqlhotcopy version supports both old
and new DBD versions while versions elder than 1.19 support
only old DBD versions.
2003-07-04 23:06:21 +03:00
kostja@oak.local
7df0475847
First version of new authentification procedure: now authentification is one-stage (instead of two-stage in 4.1)
...
For now following tasks have been done:
- PASSWORD() function was rewritten. PASSWORD() now returns SHA1
hash_stage2; for new passwords user.password contains '*'hash_stage2; sql_yacc.yy also fixed;
- password.c: new functions were implemented, old rolled back to 4.0 state
- server code was rewritten to use new authorization algorithm (check_user(), change
user, and other stuff in sql/sql_parse.cc)
- client code was rewritten to use new authorization algorithm
(mysql_real_connect, myslq_authenticate in sql-common/client.c)
- now server barks on 45-byte-length 4.1.0 passwords and refuses 4.1.0-style
authentification. Users with 4.1.0 passwords are blocked (sql/sql_acl.cc)
- mysqladmin.c was fixed to work correctly with new passwords
Tests for 4.0-4.1.1, 4.1.1-4.1.1 (with or without db/password) logons was performed;
mysqladmin also was tested. Additional check are nevertheless necessary.
2003-07-01 23:40:59 +04:00
gluh@gluh.mysql.r18.ru
7455759f11
Bug fixed: mysql-test failure on rpl tests
2003-06-26 09:39:23 +05:00
bar@bar.mysql.r18.ru
63235ceeef
mysql_create_system_tables.sh:
...
Type fix
2003-06-24 15:55:39 +05:00
monty@narttu.mysql.fi
1bd306ccd4
Fixed some new memory leaks
...
Updated VC++ files
2003-06-24 12:10:35 +03:00
lenz@kallisto.local
7a6059cc88
- make sure that scripts/*.sql files are being added to the source
...
distribution as well
2003-06-20 13:57:51 +02:00
lenz@mysql.com
e7e5ccb547
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1
2003-06-18 09:49:56 +02:00
venu@myvenu.com
75b8cb2036
Fix for --dirname and --suffix (missed ones)
2003-06-17 14:29:20 -07:00
venu@myvenu.com
b648691535
Added new HOWTO doc 'INSTALL-WIN-SOURCE' on building 'mysql clients and server' on WINDOWS from BitKeeper as well as from distributed source archive
2003-06-17 12:22:57 -07:00
lenz@mysql.com
3b7911d367
- changed "password" to "Password" as suggested by Paul DuBois to be
...
consistent with the other column names in the table.
2003-06-16 10:32:49 +02:00
monty@narttu.mysql.fi
e090f2d0cc
Fixes for make_win_src_distributions
...
Removed compiler warnings
2003-06-15 23:24:37 +03:00
jani@rhols221.adsl.netsonic.fi
8a52c2d20b
Added option --skip-kill-mysqld to mysqld_safe. This can be useful,
...
if one is running many mysqlds through mysqld_multi, for example.
Without this option, on Linux one mysqld_safe process may kill
other mysqlds as well, if started using the same binary and path.
2003-06-14 12:29:42 +03:00
lenz@mysql.com
63df5f7cb7
- applied patch for mysqld_safe from Christian Hammers to be able to
...
define a different niceness level in my.cnf (Bug #627 )
2003-06-12 13:52:24 +02:00
lenz@mysql.com
2daa5643d3
- applied patch to mysql_explain_log.sh provided by Dennis Haney
...
to accept --socket option (Bug #592 )
2003-06-11 13:40:20 +02:00
monty@narttu.mysql.fi
059b1e5612
After merge fixes
2003-06-05 23:19:56 +03:00
monty@narttu.mysql.fi
dad0664579
merge with public tree
2003-06-05 00:12:45 +03:00
monty@narttu.mysql.fi
23145cfed7
Added SQLSTATE to client/server protocol
...
bmove_allign -> bmove_align
Added OLAP function ROLLUP
Split mysql_fix_privilege_tables to a script and a .sql data file
Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
Added table_alias_charset, for easier --lower-case-table-name handling
Better SQL_MODE handling (Setting complex options also sets sub options)
New (faster) assembler string functions for x86
2003-06-04 18:28:51 +03:00
vva@eagle.mysql.r18.ru
b4014b903b
new version of help
2003-05-29 17:47:31 -04:00
vva@mysql.r18.ru
55d4e55f7c
fixed small merge bug
2003-05-27 16:58:57 +05:00
monty@mashka.mysql.fi
cb7061ebe4
merge
2003-05-22 02:57:27 +03:00
venu@myvenu.com
39cbb547d4
Resolve merge colflict
2003-05-21 00:12:09 -07:00
monty@narttu.mysql.fi
dd2b7918cd
Merge with 4.0.13
2003-05-19 16:35:49 +03:00
monty@mashka.mysql.fi
4bde719df7
Safety fix to enable RAID in max binaries
...
Better fix for format('nan')
Fix for HAVING COUNT(DISTINCT...)
2003-05-13 10:54:07 +03:00
monty@mashka.mysql.fi
1e2f2ae037
Varbinary should be string as default
2003-05-06 06:20:16 +03:00
lenz@mysql.com
7179284df9
- applied patch from Tim Bunce (new --addtodest option that adds copied
...
files into an already existing directory)
2003-05-03 16:16:52 +02:00
venu@myvenu.com
55f2e01879
make_win_src_distribution.sh:
...
Fix for bdb/cxx as they contain .cpp files directly ( for 4.0 to go )
2003-04-30 09:42:08 -07:00
lenz@mysql.com
093f661a80
- Applied patch provided by Martin Mokrejs <mmokrejs@natur.cuni.cz>
...
(General code cleanup, use the GRANT statement instead of updating
the privilege tables directly, added option to revoke privileges)
2003-04-25 21:58:25 +02:00
venu@myvenu.com
077d7e81c8
Fix broken windows distribution workspace file (libmysql.dsp), which is causing VC IDE to crash while loading
...
Remove ctype_latin1_de.c from respective dsp files
Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files
2003-04-16 11:49:52 -07:00
lenz@mysql.com
7fbc28c074
- added missing dashes to parameter "open-files-limit" in mysqld_safe
...
(bug #264 )
2003-04-15 16:11:37 +02:00
lenz@mysql.com
ef39d2a669
- applied patch from provided by Christian Hammers from Debian to be able
...
to run the script even if mysqld is not up and running on upgrade
2003-04-09 21:19:53 +02:00
monty@narttu.mysql.fi
a7708c7904
Merge with 4.0
2003-04-03 21:19:12 +03:00