diff options
author | unknown <monty@hundin.mysql.fi> | 2002-06-28 09:18:23 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-06-28 09:18:23 +0300 |
commit | d7a84c7af0e1eb166c48ce7a7c3e3dca83f43baf (patch) | |
tree | cc96a38fba045126d5ddd2d125e830e1c2786a7e /libmysql | |
parent | 5e5d70399c249607352c1321c59e3f8eb38e43ab (diff) | |
download | mariadb-git-d7a84c7af0e1eb166c48ce7a7c3e3dca83f43baf.tar.gz |
Indentation cleanup & new comments
BitKeeper/deleted/.del-getvar.c~2a29ff383970fd31:
Delete: mysys/getvar.c
zlib/zlib.dsp:
Turn on EOLN_NATIVE flag
libmysql/Makefile.shared:
Remove getvar.c
myisam/mi_cache.c:
Indentation cleanup
myisam/mi_check.c:
Indentation cleanup
Changed name of a variable
myisam/sort.c:
Indentation cleanup
Added initialization of a variable
myisammrg/myrg_delete.c:
Indentation cleanup
myisammrg/myrg_rsame.c:
Indentation cleanup
myisammrg/myrg_update.c:
Indentation cleanup
myisammrg/myrg_write.c:
Indentation cleanup
mysys/Makefile.am:
removed getvar.c
sql/field.cc:
Added warning counter to overflow() (and removed this from other places)
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.shared | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 206c6ad9d10..1e36a74ab12 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -62,9 +62,9 @@ mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo \ my_getopt.lo my_gethostbyname.lo # Not needed in the minimum library -mysysobjects2 = getvar.lo my_lib.lo +mysysobjects2 = my_lib.lo mysysobjects = $(mysysobjects1) $(mysysobjects2) -target_libadd = $(mysysobjects) $(mystringsobjects) $(dbugobjects) \ +target_libadd = $(mysysobjects) $(mystringsobjects) $(dbugobjects) \ $(vio_objects) target_ldflags = -version-info @SHARED_LIB_VERSION@ vio_objects= vio.lo viosocket.lo viossl.lo viosslfactories.lo |