mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
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)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user